Class PositionInfo
Represents the position information.
Inheritance
System.Object
PositionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |