Class OrderedSortConditionBase<T>
Represents a base class for color sort conditions.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class OrderedSortConditionBase<T> : SortConditionBase<T>, ISortCondition, ITranslatable, ICopyable<ISortCondition>
Type Parameters
T
The type of the T. |
Constructors
OrderedSortConditionBase(Int32, SortOrder)
Initializes a new instance of the OrderedSortConditionBase<T> class.
Declaration
protected OrderedSortConditionBase(int relativeIndex, SortOrder sortOrder)
Parameters
System.Int32
relativeIndex
Gets the index of the row or column that is key for sorting relative to the sorted range.. |
SortOrder
sortOrder
The sort order. |
Properties
SortOrder
Gets the sort order.
Declaration
public SortOrder SortOrder { get; }
Property Value
SortOrder
The sort order. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |