ClassMemberDistinctValue
Class
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:
Properties
Caption
Gets or sets the caption.
Declaration
cs-api-definition
[DataMember]
public string Caption { get; set; }
Property Value
The caption.
UniqueName
Gets or sets the name of the unique.
Declaration
cs-api-definition
[DataMember]
public string UniqueName { get; set; }
Property Value
The name of the unique.