Version

Member Class Members

The following tables list the members exposed by Member.

Public Constructors
 NameDescription
Public ConstructorMember ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCaptionGets the caption of the member.  
Public PropertyChildCountGets 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.  
Public PropertyDrilledDownGets a value indicating whether at least one child of this member is placed imediately after this member in result tuple set..  
Public Propertystatic (Shared in Visual Basic)EmptyGets instance of empty Member object.  
Public PropertyHasChildrenDetermines whether the specified member has children.  
Public PropertyIsCalculatedGets a value indicating whether this instance is calculated.  
Public PropertyIsLoadedGets a value indicating whether the children members are loaded in Members collection.  
Public PropertyIsTotalGets a value indicating whether this member is considered to be total.  
Public PropertyLevelDepthGets the depth of the levelto which this member belongs.  
Public PropertyLevelNameGets the name of the level to which this member belongs.  
Public PropertyMembersGets a ReadOnlyCollection with the members that are children of the current member.  
Public PropertyNameGets the name of the member.  
Public PropertyOrderByKeyGets or sets the object used as key when is performed headers sorting.  
Public PropertyParentLevelGets the level that contains the Member.  
Public PropertyParentMemberGets the parent member of this instance.  
Public PropertyParentSameAsPreviousGets a value indicating whether the parent of this member is the same as the parent of the immediately preceding member.  
Public PropertyParentUniqueIdGets the UniqueId of the parent member.  
Public PropertyParentUniqueNameGets the parent unique name of the member.  
Public PropertyScopeGets the scope of this member. This is null for non-calculated members.  
Public PropertyTagGets or sets the user data attached to this instance.  
Public PropertyTupleGets the tuple this member belongs to.  
Public PropertyUniqueIdGets the number that identifies this Infragistics.Olap.Data.IMember uniquely.  
Public PropertyUniqueNameGets the unique name of the member.  
Protected Properties
 NameDescription
Protected Propertystatic (Shared in Visual Basic)IdCounterGets the UniqueId assigned to the last created member.  
Public Methods
 NameDescription
Public MethodCloneClones this instance.  
Public MethodGetHashCodeReturns a hash code for this instance.  
Public MethodToStringReturns a System.String that represents the current System.Object.  
See Also