UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Dimension

    Show / Hide Table of Contents

    Class Dimension

    Represents a dimension within a cube.

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

    Constructors

    Dimension()

    Initializes a new instance of the Dimension class.

    Declaration
    public Dimension()

    Properties

    Caption

    Gets or sets the caption of the dimension.

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

    The caption of the dimension.

    DefaultHierarchyName

    Gets or sets the default name of the hierarchy.

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

    The default name of the hierarchy type of string.

    Description

    Gets or sets the description of the dimension.

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

    The description of the dimension.

    DimensionType

    Gets or sets the type of the dimension.

    Declaration
    public DimensionTypeEnum DimensionType { get; set; }
    Property Value
    Type Description
    DimensionTypeEnum

    The type of the dimension.

    Hierarchies

    Gets or sets the collection of hierarchies.

    Declaration
    public HierarchyCollection Hierarchies { get; set; }
    Property Value
    Type Description
    HierarchyCollection

    The collection of hierarchies.

    Name

    Gets or sets the name of the dimension.

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

    The name of the dimension.

    ParentCubeSchema

    Gets or sets the parent cube schema.

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

    The parent cube schema.

    Properties

    Gets or sets the collection of properties.

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

    Gets the collection of properties.

    UniqueName

    Gets or sets the unique name of the dimension.

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

    The Unique name of the Dimension

    Visible

    Gets or sets a value indicating whether this Dimension is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

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

    Declaration
    public void Dispose()

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Implements

    System.IDisposable

    Extension Methods

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