Version

TupleResolver Class Members

The following tables list the members exposed by TupleResolver.

Public Properties
 NameDescription
Public PropertyHasUnregisterdPositionsGets a value indicating whether this instance has unregisterd positions. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public PropertyMembersCountGets the number of members in a tuple.  
Public PropertyPositionsGets the list of the positions this instance is working with. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public PropertyPositionSizeGets the number of the items in a position. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public PropertyRootPositionInfoGets the root Infragistics.Olap.Core.PositionItemInfo<TKey,TSortKey> item. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public PropertyRootTupleIndexInfoGets the root TupleIndexInfo item.  
Public Methods
 NameDescription
Public MethodCompleteRegisterPositionsRegisters all position items found in Positions collection. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodGetChildren (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodGetHostPositionItemInfo (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodGetPositionIndexGets the index of the specified position. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodGetPositionIndexAsyncGets the index of the specified position. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodGetTupleIndexGets the index of the specified tuple.  
Public MethodGetTupleIndexAsyncGets the index of the specified tuple.  
Public MethodIsMemberExpandedOverloaded. Determines whether the specified tuple member is expanded in the context of TupleResolver.Positions. collection.  
Public MethodResolveParentPositionItemResolves the parent member of specified position item. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
Public MethodResolveParentTupleMemberOverloaded. Resolves the parent member of specified tuple member.  
Protected Methods
Public Events
 NameDescription
Public EventGetPositionIndexCompletedOccurs when asynchronous operation of getting index of position is completed. (Inherited from Infragistics.Olap.Core.PositionResolver<string,object>)
See Also