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 | |
---|---|---|
{dtor}() | Releases all resources used by the Member. | |
Dispose() | Releases all resources used by the Member. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetChildren() | Returns a MemberCollection that contains a collection of child members for the Member. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets the caption of the Member. | |
ChildCount | Gets the estimated count of child members contained in the Member. | |
Description | Gets the descriptive text of the Member. | |
LevelDepth | Gets the ordinal position of the level that contains the Member. | |
LevelName | Gets the name of the level that contains the Member. | |
Name | Gets the name of the Member. | |
Parent | Gets a reference to the parent Member, if applicable, that contains the Member. | |
ParentLevel | This property gets a Level that contains the Member. | |
Type | Gets the member type of the Member. | |
UniqueName | Gets the unique name of the Member. |
Top