Class MemberTypeEnum
Represents constants that specify the type of member.
Inheritance
System.Object
MemberTypeEnum
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class MemberTypeEnum : Enum
Fields
All
The type of member is an All member.
Declaration
public const MemberTypeEnum All
Field Value
Type | Description |
---|---|
MemberTypeEnum |
Formula
The type of member is a calculated member or calculated measure.
Declaration
public const MemberTypeEnum Formula
Field Value
Type | Description |
---|---|
MemberTypeEnum |
Measure
The type of member is a measure.
Declaration
public const MemberTypeEnum Measure
Field Value
Type | Description |
---|---|
MemberTypeEnum |
Regular
The type of member is a regular member.
Declaration
public const MemberTypeEnum Regular
Field Value
Type | Description |
---|---|
MemberTypeEnum |
Unknown
The type of member is unknown.
Declaration
public const MemberTypeEnum Unknown
Field Value
Type | Description |
---|---|
MemberTypeEnum |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |