public class ReferenceTree
ReferenceTree | Parameterless Constructor. |
ReferenceTree(Vault, String, PropertyValues, ReferenceTreeTreeMap, ReferenceTreeResolutionType, Boolean) | Async Constructor that accepts a Tree Map. |
Depth | Current resolution depth. |
Matches | Reference Tree Matches at this depth. Boxed as an List of 'object'. Un-box each by ResolutionType: ObjectReference => ObjVerEx, DisplayValue => String |
Type | Specifies the value type to resolve ( String DisplayValue or Lookup ). |
AsObjVerExName | Async ObjVerEx Name Builder. |
Resolve | Self Resolver. |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |