Member Members

Include Protected Members
Include Inherited Members

Represents a single member within a hierarchy, tuple, level, or member.

The Member type exposes the following members.

Methods

  Name Description
Public method {dtor}() Releases all resources used by the Member.
Public method Dispose() Releases all resources used by the Member.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetChildren() Returns a MemberCollection that contains a collection of child members for the Member.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Caption Gets the caption of the Member.
Public property ChildCount Gets the estimated count of child members contained in the Member.
Public property Description Gets the descriptive text of the Member.
Public property LevelDepth Gets the ordinal position of the level that contains the Member.
Public property LevelName Gets the name of the level that contains the Member.
Public property Name Gets the name of the Member.
Public property Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Public property ParentLevel This property gets a Level that contains the Member.
Public property Type Gets the member type of the Member.
Public property UniqueName Gets the unique name of the Member.

Top