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
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class MemberDistinctValue : 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
|
Implements
System.IComparable.CompareTo(System.Object)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()