New to Telerik UI for WPFStart a free 30-day trial

Represents an OLAP distinct value. This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Pivot.Core.Olap

Assembly:Telerik.Pivot.Core.dll

Syntax:

C#
[DataContract]
public sealed class MemberDistinctValue : IComparable

Inheritance: objectMemberDistinctValue

Implements: IComparable

Properties

Gets or sets the caption.

C#
[DataMember]
public string Caption { get; set; }
Property Value:

The caption.

Gets or sets the name of the unique.

C#
[DataMember]
public string UniqueName { get; set; }
Property Value:

The name of the unique.

Methods

C#
public int CompareTo(object obj)
Parameters:objobjectReturns:

int

Implements: IComparable.CompareTo(object)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()