The following tables list the members exposed by IMember.
Name | Description | |
---|---|---|
ChildCount | Gets the calculated child count. You CAN NOT rely on this property because this can be an estimate. Providers should return exact number if possible. The number of members in Members collection can be used instead. | |
DrilledDown | Gets a value indicating whether at least one child of this member is placed imediately after this member in result tuple set.. | |
HasChildren | Determines whether the specified member has children. | |
IsCalculated | Gets a value indicating whether this instance is calculated. | |
IsTotal | Gets a value indicating whether this member is total. | |
LevelDepth | Gets the depth of the level to which this member belongs. | |
LevelName | Gets the name of the level to which this member belongs. | |
Members | Gets a ReadOnlyCollection with the members that are childs of the current member. | |
OrderByKey | Gets the object used as key when is performed headers sorting. | |
ParentLevel | Gets the level that contains the Member. | |
ParentMember | Gets the parent member. | |
ParentSameAsPrevious | Gets a value indicating whether this member has the same parent as the member at the same position from the previous tuple in the result set. | |
ParentUniqueId | Gets the UniqueId of the parent member. | |
ParentUniqueName | Gets the parent unique name of the member. | |
Scope | Gets the scope of this member. This is null for non-calculated members. | |
Tag | Gets the user data attached to this instance. | |
Tuple | Gets the tuple this member belongs to. | |
UniqueId | Gets the number that identifies this IMember uniquely. |