Version

HierarchyLevelDescriptor Class Members

The following tables list the members exposed by HierarchyLevelDescriptor.

Public Constructors
 NameDescription
Public ConstructorHierarchyLevelDescriptor ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllowNullDataLevelMemberGets or sets a value indicating whether additional level member is generated when LevelExpression returns null.  
Public PropertyDescriptionGets or sets the description of the level.  
Public PropertyDisplayFormatGets or sets the display format of level members.  
Public PropertyLevelDisplayNameGets or sets the display name of the level.  
Public PropertyLevelExpressionGets or sets the System.Linq.Expressions.LambdaExpression that describes the path used when data is resolved from particular instance.  
Public PropertyLevelExpressionPathGets or sets the string representation of the path used when data is resolved from particular instance.  
Public PropertyLevelNameGets or sets the name of Infragistics.Olap.Data.ILevel which this descriptor generates.  
Public PropertyNullDataLevelMemberNameGets or sets the name of the null data level member.  
Public PropertyOrderByKeyExpressionGets or sets the System.Linq.Expressions.LambdaExpression that describes the path used when data is resolved from particular instance.  
Public PropertyUserDataExpressionGets or sets the UserDataExpression that describes the path used when data is resolved from particular instance.  
Protected Properties
 NameDescription
Protected Internal PropertyIsConstantDataExpression  
Public Methods
 NameDescription
Public MethodGetDataFromInstanceExtracts the data from given object. LevelExpression is used to resolves the actual data.  
Public MethodGetOrderByKeyFromInstanceExtracts the data from given object. LevelExpression is used to resolves the actual data.  
Public MethodGetUserDataFromInstanceExtracts the data from given object. LevelExpression is used to resolves the actual data.  
Public MethodResolveLevelExpressionCreates and assings the expression to LevelExpression from the specified LevelExpressionPath.  
See Also