menu

UWP

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

    Show / Hide Table of Contents

    Class TopCount

    Represents the top count element.

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

    Constructors

    TopCount()

    Declaration
    public TopCount()

    Properties

    Name

    Gets or sets the name.

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

    topCountValue

    Gets or sets the value of top count.

    Declaration
    public int topCountValue { get; set; }
    Property Value
    Type
    System.Int32

    tuple

    Gets or sets the tuple.

    Declaration
    public Tuple tuple { get; set; }
    Property Value
    Type
    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