Version

TupleIndexInfo Class Members

The following tables list the members exposed by TupleIndexInfo.

Public Properties
 NameDescription
Public PropertyCaption (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public PropertyHierarchyDepthGets the depth of the hierarchy this instance is related to, in the Infragistics.Olap.Data.IResultAxis.  
Public PropertyHierarchyKey (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyHierarchyLevelKey (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyIndex  
Public PropertyIsExpandableGets or sets a value indicating whether this instance is expandable. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyIsExpandedGets or sets a value indicating whether this instance is expanded. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyItemGets or sets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public PropertyKeyGets the key used to identify this instance. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public PropertyMemberLevelDepthGets the level depth of the Infragistics.Olap.Data.IMember from tuple this instance is connected to.  
Public PropertyMembersCountGets the members count in a tuple.  
Public PropertyParentKeyGets the key used to identify the parent of this instance. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionIndexGets the index of a position related to this instance within axis. In order this index to be valid one, this instance should be at most bottom level in the hierarchy of Infragistics.Olap.Core.PositionItemInfo<TKey,TSortKey> objects. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionItem (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionItemDepthGets the level depth of the Infragistics.Olap.Core.IPositionItem<TKey,TSortKey> from the position item this instance is connected to. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionItemDepthMax (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionItemDepthMin (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionItemIndexGets the depth of the hierarchy this instance is related to, in the axis/>. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyPositionSizeGets the number of the items in a position. (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertySortKey (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public Methods
 NameDescription
Public MethodAddAdds the specified key and value to the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodContainsKeyDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodGetIndexOverloaded.  (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
Public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodRemoveRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,PositionItemInfo<string,object>>)
Protected Methods
 NameDescription
Protected MethodCreateInstanceOverridden.   
Protected MethodOnChildAdded (Inherited from Infragistics.Olap.Core.PositionItemInfo<string,object>)
See Also