menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PositionInfo - API Reference

    Show / Hide Table of Contents

    Class PositionInfo

    Represents the position information.

    Inheritance
    System.Object
    PositionInfo
    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.Engine
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class PositionInfo

    Constructors

    PositionInfo()

    Declaration
    public PositionInfo()

    Properties

    HierarchyUniqueName

    Gets or sets the unique name of the hierarchy.

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

    The unique name of the hierarchy.

    UniqueName

    Gets or sets the unique name of the position.

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

    The unique name of the position.

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