menu

UWP

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

    Show / Hide Table of Contents

    Class NamedSet

    Represents a Named Set within a cube.

    Inheritance
    System.Object
    NamedSet
    Implements
    System.IDisposable
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class NamedSet : Object, IDisposable

    Constructors

    NamedSet()

    Initializes a new instance of the NamedSet class.

    Declaration
    public NamedSet()

    Properties

    Description

    Gets or sets the description of the named set object.

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

    The description of the named set object.

    DisplayFolder

    Gets or sets the name of the display folder.

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

    Expression

    Gets or sets the expression.

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

    The expression.

    Name

    Gets or sets the name of the named set object.

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

    The name of the named set object.

    ParentCubeSchema

    Gets or sets the parent cube schema.

    Declaration
    public CubeSchema ParentCubeSchema { get; set; }
    Property Value
    Type Description
    CubeSchema

    The parent cube schema.

    ParentDimensionName

    Gets or sets the name of the parent dimension.

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

    The name of the parent dimension.

    ParentHierarchyName

    Gets or sets the name of the parent hierarchy.

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

    The name of the parent hierarchy.

    Properties

    Gets or sets the collection of properties.

    Declaration
    public PropertyCollection Properties { get; set; }
    Property Value
    Type Description
    PropertyCollection

    The collection of properties.

    UniqueName

    Gets the unique name of the named set object.

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

    The unique name of the named set object.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable

    Extension Methods

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