Class MemberDistinctValue
Represents an OLAP distinct value. This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
MemberDistinctValue
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class MemberDistinctValue : Object, IComparable
Properties
Caption
Gets or sets the caption.
Declaration
public string Caption { get; set; }
Property Value
System.String
The caption. |
UniqueName
Gets or sets the name of the unique.
Declaration
public string UniqueName { get; set; }
Property Value
System.String
The name of the unique. |
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.Object
obj
|
Returns
System.Int32
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|