WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SubSet - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SubSet

    Class holds the information needed for subset functions.

    Inheritance
    System.Object
    SubSet
    Implements
    IFunctions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class SubSet : IFunctions

    Constructors

    SubSet()

    Declaration
    public SubSet()

    Properties

    Count

    Gets or sets the count.

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

    The count.

    member

    Gets or sets the member.

    Declaration
    public IMember member { get; set; }
    Property Value
    Type Description
    IMember

    The member.

    Name

    Gets or sets the name.

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

    The name.

    StartPoint

    Gets or sets the start point.

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

    The start point.

    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

    IFunctions
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved