The following tables list the members exposed by Member.
Name | Description | |
---|---|---|
Member Constructor | Overloaded. |
Name | Description | |
---|---|---|
Caption | Gets the caption of the member. | |
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.. | |
Empty | Gets instance of empty Member object. | |
HasChildren | Determines whether the specified member has children. | |
IsCalculated | Gets a value indicating whether this instance is calculated. | |
IsLoaded | Gets a value indicating whether the children members are loaded in Members collection. | |
IsTotal | Gets a value indicating whether this member is considered to be total. | |
LevelDepth | Gets the depth of the levelto 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 children of the current member. | |
Name | Gets the name of the member. | |
OrderByKey | Gets or sets the object used as key when is performed headers sorting. | |
ParentLevel | Gets the level that contains the Member. | |
ParentMember | Gets the parent member of this instance. | |
ParentSameAsPrevious | Gets a value indicating whether the parent of this member is the same as the parent of the immediately preceding member. | |
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 or sets the user data attached to this instance. | |
Tuple | Gets the tuple this member belongs to. | |
UniqueId | Gets the number that identifies this Infragistics.Olap.Data.IMember uniquely. | |
UniqueName | Gets the unique name of the member. |
Name | Description | |
---|---|---|
Clone | Clones this instance. | |
GetHashCode | Returns a hash code for this instance. | |
ToString | Returns a System.String that represents the current System.Object. |