suite4.net.FormDatabase Documentation

ITaskCollection.Sort Method

Sorts the elements in the ITaskCollection.

Overload List

Sorts the elements in the ITaskCollection.

void Sort();

Sorts the elements in the ITaskCollection by the specified SortProperty.

void Sort(TaskSortProperty);

Sorts the elements in the ITaskCollection using the specified SortProperty and SortDirection values.

void Sort(TaskSortProperty,ListSortDirection);

Sorts the elements in the ITaskCollection using the specified direction.

void Sort(ListSortDirection);

See Also

ITaskCollection Interface | suite4.net.FormDatabase Namespace