Version

Search Results

Add(T,SortCondition) Method

Adds a sort condition to the collection. Syntax Parameters sortableItem The sort-able item over which the sort condition will be applied.sortCondition The sort condition to apply to the sort-able item. Exceptions Exception Description System.ArgumentNullException sortableItem is null. System.ArgumentNullException ...

Add Method (SortConditionCollection<T>)

Adds a sort condition to the collection. Overload List

Clear Method (SortConditionCollection<T>)

Clears the collection. Syntax

Contains(SortCondition) Method

Determines whether the specified sort condition is in the collection. Syntax Parameters sortCondition The sort condition to find in the collection. Return Value True if the sort condition is in the collection; False otherwise. Exceptions Exception Description System.ArgumentNullException sortCondition is null.

Contains(T) Method

Determines whether the specified sort-able item is in the collection. Syntax Parameters sortableItem The sort-able item to find in the collection. Return Value True if the sort-able item is in the collection; False otherwise. Exceptions Exception Description System.ArgumentNullException sortableItem is null.

Contains Method (SortConditionCollection<T>)

Determines whether the specified sort-able item is in the collection. Overload List

Count Property (SortConditionCollection<T>)

Gets the number of sort conditions in the collection. Syntax

IndexOf(SortCondition) Method

Gets the index of the specified sort condition in the collection. Syntax Parameters sortCondition The sort condition to find in the collection. Return Value The 0-based index of the specified sort condition in the collection or -1 if the item is not in the collection. Exceptions Exception Description System.Argume...