ReferenceTree Class

Reference Tree Resolution Object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ReferenceTree
Inheritance
Object    ReferenceTree
Derived

Constructors

Properties

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 ).

Methods

AsObjVerExName Async ObjVerEx Name Builder.
Resolve Self Resolver.
ToString Returns a string that represents the current object.
(Overrides ObjectToString)

See Also