Membros Member
Represents a single member within a hierarchy, tuple, level, or member.
O tipo Member expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the Member. | |
Dispose | Releases all resources used by the Member. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetChildren | Returns a MemberCollection that contains a collection of child members for the Member. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início