Class PropertyConstants
Defines all constants that are used in the properties as names.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class PropertyConstants
Constructors
PropertyConstants()
Declaration
public PropertyConstants()
Fields
AdomdKpiFolderName
Represents the property name for the display folder of KPI objects.
Declaration
public const string AdomdKpiFolderName = "KPI_DISPLAY_FOLDER"
Field Value
Type |
---|
System.String |
AdomdkpiName
Represents the property name for the KPI object.
Declaration
public const string AdomdkpiName = "KPI_NAME"
Field Value
Type |
---|
System.String |
AdomdMeasureDisplayFolder
Represents the property name for the display folder of an ADOMD Measure object.
Declaration
public const string AdomdMeasureDisplayFolder = "MEASURE_DISPLAY_FOLDER"
Field Value
Type |
---|
System.String |
AdomdMeasureGroupName
Represents the property name for the ADOMD Measure group.
Declaration
public const string AdomdMeasureGroupName = "MEASUREGROUP_NAME"
Field Value
Type |
---|
System.String |
AxisElementBuilderCategorical
Represents the property name for the Categorical (Or Column) axis of the AxisElementBuilder.
Declaration
public const string AxisElementBuilderCategorical = "AxisElementBuilderCategorical"
Field Value
Type |
---|
System.String |
AxisElementBuilderSeries
Represents the property name for the Series (Or Row) axis of the AxisElementBuilder.
Declaration
public const string AxisElementBuilderSeries = "AxisElementBuilderSeries"
Field Value
Type |
---|
System.String |
AxisElementBuilderSlicer
Represents the property name for the Slicer (Or Filter) axis of the AxisElementBuilder.
Declaration
public const string AxisElementBuilderSlicer = "AxisElementBuilderSlicer"
Field Value
Type |
---|
System.String |
AxisElements
Represents the property name for axis elements.
Declaration
public const string AxisElements = "AxisElements"
Field Value
Type |
---|
System.String |
CalculatedMemberHeaderName
Represents the header name for the calculated member object.
Declaration
public const string CalculatedMemberHeaderName = "Calculated Members"
Field Value
Type |
---|
System.String |
CalculatedMemberNodeName
Represents the node name as calculated member object.
Declaration
public const string CalculatedMemberNodeName = "CalculatedMember"
Field Value
Type |
---|
System.String |
CalculateMeasureNodeName
Represents the node name as calculated measure object.
Declaration
public const string CalculateMeasureNodeName = "CalculatedMeasure"
Field Value
Type |
---|
System.String |
ChartControl
Represents the property name for the Chart control.
Declaration
public const string ChartControl = "CHART_CONTROL"
Field Value
Type |
---|
System.String |
DefaultHierarchy
Represents the property name for the default hierarchy.
Declaration
public const string DefaultHierarchy = "DEFAULT_HIERARCHY"
Field Value
Type |
---|
System.String |
Dimension
Represents the property name for the dimension object.
Declaration
public const string Dimension = "DIMENSION"
Field Value
Type |
---|
System.String |
Goal
Represents the name for the goal.
Declaration
public const string Goal = "Goal"
Field Value
Type |
---|
System.String |
GridControl
Represents the property name for the grid control.
Declaration
public const string GridControl = "GRID_CONTROL"
Field Value
Type |
---|
System.String |
Hierarchy
Represents the property name for the hierarchy object,
Declaration
public const string Hierarchy = "HIERARCHY"
Field Value
Type |
---|
System.String |
KPI
Represents the property name for the KPI (Key Performance Indicator) object.
Declaration
public const string KPI = "KPI"
Field Value
Type |
---|
System.String |
KPI_GOAL
Represents the property name for the goal in KPI object.
Declaration
public const string KPI_GOAL = "KPI_GOAL"
Field Value
Type |
---|
System.String |
KPI_STATUS
Represents the property name for the status in KPI object.
Declaration
public const string KPI_STATUS = "KPI_STATUS"
Field Value
Type |
---|
System.String |
KPI_TREND
Represents the property name for the trend in KPI object.
Declaration
public const string KPI_TREND = "KPI_TREND"
Field Value
Type |
---|
System.String |
KPI_VALUE
Represents the property name for the value in KPI object.
Declaration
public const string KPI_VALUE = "KPI_VALUE"
Field Value
Type |
---|
System.String |
Level
Represents the property name for the level object.
Declaration
public const string Level = "LEVEL"
Field Value
Type |
---|
System.String |
MeasrueNodeName
Represents the property name for the measure object node.
Declaration
public const string MeasrueNodeName = "Measures"
Field Value
Type |
---|
System.String |
Measure
Represents the property name for the measure object.
Declaration
public const string Measure = "MEASURE"
Field Value
Type |
---|
System.String |
Measure_Aggregator
Represents the property name for the aggregate of measure objects.
Declaration
public const string Measure_Aggregator = "MEASURE_AGGREGATOR"
Field Value
Type |
---|
System.String |
MeasureGroupName
Represents the property name for the group name of the measure object.
Declaration
public const string MeasureGroupName = "MEASURE_GROUP_NAME"
Field Value
Type |
---|
System.String |
Measures
Represents the name for the measures object.
Declaration
public const string Measures = "MEASURES"
Field Value
Type |
---|
System.String |
Member
Represents the property name for the member object.
Declaration
public const string Member = "MEMBER"
Field Value
Type |
---|
System.String |
MemberName
Represents the property name for the ADOMD member.
Declaration
public const string MemberName = "AdomdMember"
Field Value
Type |
---|
System.String |
MetaTreeDimension
Represents the name for the meta tree dimension object.
Declaration
public const string MetaTreeDimension = "METATREE_DIMENSION"
Field Value
Type |
---|
System.String |
MetaTreeHierarchy
Represents the name for the meta tree hierarchy object.
Declaration
public const string MetaTreeHierarchy = "METATREE_HIERARCHY"
Field Value
Type |
---|
System.String |
MetaTreeLevel
Represents the name for the meta tree level object.
Declaration
public const string MetaTreeLevel = "METATREE_LEVEL"
Field Value
Type |
---|
System.String |
MetaTreeMember
Represents the name for the MetaTree member object.
Declaration
public const string MetaTreeMember = "METATREE_MEMBER"
Field Value
Type |
---|
System.String |
NamedSet
Represents the property name for the named set.
Declaration
public const string NamedSet = "NAMEDSET"
Field Value
Type |
---|
System.String |
NamedSetDimension
Represents the property name for the named set dimensions.
Declaration
public const string NamedSetDimension = "DIMENSIONS"
Field Value
Type |
---|
System.String |
NamedSetDisplayFolder
Represents the property name for the display folder of named sets.
Declaration
public const string NamedSetDisplayFolder = "Sets"
Field Value
Type |
---|
System.String |
Status
Represents the name for the status.
Declaration
public const string Status = "Status"
Field Value
Type |
---|
System.String |
Trend
Represents the name for the trend.
Declaration
public const string Trend = "Trend"
Field Value
Type |
---|
System.String |
Value
Represents the property name for the value;
Declaration
public const string Value = "Value"
Field Value
Type |
---|
System.String |
VirtualKPI_Goal
Represents the property name for the goal in virtual KPI object.
Declaration
public const string VirtualKPI_Goal = "VirtualKPI_Goal"
Field Value
Type |
---|
System.String |
VirtualKPI_Status
Represents the property name for the status in virtual KPI object.
Declaration
public const string VirtualKPI_Status = "VirtualKPI_Status"
Field Value
Type |
---|
System.String |
VirtualKPI_Trend
Represents the property name for the trend in virtual KPI object.
Declaration
public const string VirtualKPI_Trend = "VirtualKPI_Trend"
Field Value
Type |
---|
System.String |
VirtualKPI_Value
Represents the property name for the value in virtual KPI object.
Declaration
public const string VirtualKPI_Value = "VirtualKPI_Value"
Field Value
Type |
---|
System.String |
VirtualKpiHeaderName
Represents the header name for the virtual KPI.
Declaration
public const string VirtualKpiHeaderName = "Virtual KPI"
Field Value
Type |
---|
System.String |
VirtualKpiNodeName
Represents the node name for the virtual KPI object.
Declaration
public const string VirtualKpiNodeName = "VirtualKPI"
Field Value
Type |
---|
System.String |