UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MemberTypeEnum - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved