menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Order - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Order

    Represents the information needed to validate the sort order.

    Inheritance
    System.Object
    Order
    Implements
    IKeyword
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Order : Object, IKeyword

    Constructors

    Order()

    Declaration
    public Order()

    Properties

    members

    Gets or sets the collection of members.

    Declaration
    public MemberCollection members { get; set; }
    Property Value
    Type Description
    MemberCollection

    The collection of members.

    Name

    Gets or sets the name of the keyword.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    SortingOrder

    Gets or sets the sorting order.

    Declaration
    public string SortingOrder { get; set; }
    Property Value
    Type Description
    System.String

    The sorting order.

    tuple

    Gets or sets the tuple.

    Declaration
    public Tuple tuple { get; set; }
    Property Value
    Type Description
    Tuple

    The tuple.

    Methods

    Validate()

    Validates this instance.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Implements

    IKeyword

    Extension Methods

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