Class PropertyConstants
Represents the property constants.
Inheritance
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class PropertyConstants : Object
Fields
AdomdKpiFolderName
Represents the property name for display folder of the 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 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 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 name for the AxisElements.
Declaration
public const string AxisElements = "AxisElements"
Field Value
Type |
---|
System.String |
CalculatedMemberHeaderName
Represents the header name for Calculated Member.
Declaration
public const string CalculatedMemberHeaderName = "Calculated Members"
Field Value
Type |
---|
System.String |
CalculatedMemberNodeName
Represents the node name as Calculated Member.
Declaration
public const string CalculatedMemberNodeName = "CalculatedMember"
Field Value
Type |
---|
System.String |
CalculateMeasureNodeName
Represents the node name as Calculated Measure.
Declaration
public const string CalculateMeasureNodeName = "CalculatedMeasure"
Field Value
Type |
---|
System.String |
ChartControl
Represents the property name for Chart control.
Declaration
public const string ChartControl = "CHART_CONTROL"
Field Value
Type |
---|
System.String |
DefaultHierarchy
Represents the property name for default hierarchy.
Declaration
public const string DefaultHierarchy = "DEFAULT_HIERARCHY"
Field Value
Type |
---|
System.String |
Dimension
Represents the 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 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 goal of the KPI object.
Declaration
public const string KPI_GOAL = "KPI_GOAL"
Field Value
Type |
---|
System.String |
KPI_STATUS
Represents the property name for the status of the KPI object.
Declaration
public const string KPI_STATUS = "KPI_STATUS"
Field Value
Type |
---|
System.String |
KPI_TREND
Represents the property name for the trend of the KPI object.
Declaration
public const string KPI_TREND = "KPI_TREND"
Field Value
Type |
---|
System.String |
KPI_VALUE
Represents the property name for the value of the 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 objects 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 measure aggregator.
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 MetaTree dimension object.
Declaration
public const string MetaTreeDimension = "METATREE_DIMENSION"
Field Value
Type |
---|
System.String |
MetaTreeHierarchy
Represents the name for the MetaTree hierarchy object.
Declaration
public const string MetaTreeHierarchy = "METATREE_HIERARCHY"
Field Value
Type |
---|
System.String |
MetaTreeLevel
Represents the name for the MetaTree 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 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 the 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 name for the Value;
Declaration
public const string Value = "Value"
Field Value
Type |
---|
System.String |
VirtualKPI_Goal
Represents the name as VirtualKPI Goal
Declaration
public const string VirtualKPI_Goal = "VirtualKPI_Goal"
Field Value
Type |
---|
System.String |
VirtualKPI_Status
Represents the name as VirtualKPI Status
Declaration
public const string VirtualKPI_Status = "VirtualKPI_Status"
Field Value
Type |
---|
System.String |
VirtualKPI_Trend
Represents the name as VirtualKPI Trend
Declaration
public const string VirtualKPI_Trend = "VirtualKPI_Trend"
Field Value
Type |
---|
System.String |
VirtualKPI_Value
Represents the name as VirtualKPI Value
Declaration
public const string VirtualKPI_Value = "VirtualKPI_Value"
Field Value
Type |
---|
System.String |
VirtualKpiHeaderName
Represents the header name as Virtual KPI
Declaration
public const string VirtualKpiHeaderName = "Virtual KPI"
Field Value
Type |
---|
System.String |
VirtualKpiNodeName
Represents the node name as VirtualKPI
Declaration
public const string VirtualKpiNodeName = "VirtualKPI"
Field Value
Type |
---|
System.String |