menu

UWP

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

    Show / Hide Table of Contents

    Class CubeInfo

    A CubeInfo class extracts the cube attribute informations after a successful connection has been made with the local or off-line cube.

    Inheritance
    System.Object
    CubeInfo
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class CubeInfo : Object

    Constructors

    CubeInfo(String, String, String)

    Initializes a new instance of the CubeInfo class.

    Declaration
    public CubeInfo(string name, string caption, string description)
    Parameters
    Type Name Description
    System.String name

    The name of the cube.

    System.String caption

    The caption of the cube.

    System.String description

    The description of the cube.

    Properties

    Caption

    Gets or sets the caption of the cube.

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

    The caption of the cube.

    Description

    Gets or sets the description of the cube.

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

    The description of the cube.

    Name

    Gets or sets the name of the cube.

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

    The name of the cube.

    Properties

    Gets or sets the collection of properties.

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

    The property collection.

    Visible

    Gets or sets a value indicating whether the cube is visible or not.

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

    Methods

    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.

    Extension Methods

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