Public Properties Public Methods
Public Methods
Public Properties
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.
Gets the hash code for the SortCondition. Syntax Return Value A number which can be used to hash this instance.
Gets the value which indicates the sort direction represented by the sort condition. Syntax Property Value Either SortDirection.Ascending or SortDirection.Descending.
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.
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.
Public Properties
Public Properties