Class
MemberDistinctValue

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:

cs-api-definition
[DataContract]
[SuppressMessage("Microsoft.Design", "CA1036:OverrideMethodsOnComparableTypes", Justification = "Design choice.")]
public sealed class MemberDistinctValue : IComparable

Inheritance: objectMemberDistinctValue

Implements: IComparable

Properties

Caption

Gets or sets the caption.

Declaration

cs-api-definition
[DataMember]
public string Caption { get; set; }

Property Value

string

The caption.

UniqueName

Gets or sets the name of the unique.

Declaration

cs-api-definition
[DataMember]
public string UniqueName { get; set; }

Property Value

string

The name of the unique.

Methods

CompareTo(object)

Declaration

cs-api-definition
public int CompareTo(object obj)

Parameters

obj

object

Returns

int

Implements IComparable.CompareTo(object)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()