Version

Search Results

SortCondition Class Members

Public Properties Public Methods

SortCondition Class Properties

Public Properties

Equals Method (SortCondition)

Determines whether the SortCondition is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.

GetHashCode Method (SortCondition)

Gets the hash code for the SortCondition. Syntax Return Value A number which can be used to hash this instance.

SortDirection Property

Gets the value which indicates the sort direction represented by the sort condition. Syntax Property Value Either SortDirection.Ascending or SortDirection.Descending.

SortDirection Enumeration

Represents the various sort directions which can be used with a SortCondition. Syntax Members Member Description Ascending Sort values in an ascending manner. Descending Sort values in an descending manner.

SortSettings<T> Class

Represents the settings which apply to sorting a region of values. Syntax Type Parameters T A type which logically contains data and can have sort condition applied to that data.

SortSettings<T> Class Members

Public Properties