menu

UWP

  • Code Examples
  • 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
    MemberTypeEnum

    Formula

    The type of member is a calculated member or calculated measure.

    Declaration
    public const MemberTypeEnum Formula
    Field Value
    Type
    MemberTypeEnum

    Measure

    The type of member is a measure.

    Declaration
    public const MemberTypeEnum Measure
    Field Value
    Type
    MemberTypeEnum

    Regular

    The type of member is a regular member.

    Declaration
    public const MemberTypeEnum Regular
    Field Value
    Type
    MemberTypeEnum

    Unknown

    The type of member is unknown.

    Declaration
    public const MemberTypeEnum Unknown
    Field Value
    Type
    MemberTypeEnum

    Extension Methods

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