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. Gets the index of the row or column that is key for sorting relative to the sorted range.. |
Sort The sort order. |
Properties
SortOrder
Gets the sort order.
Declaration
public SortOrder SortOrder { get; }
Property Value
Sort The sort order. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |