Implements a class which handles sorting for a single axis of a CloudView instance.

C# | Visual Basic | Visual C++ |
public class CloudSorter : ArrangeSorter, IComparer<CloudViewItem>
Public Class CloudSorter _ Inherits ArrangeSorter _ Implements IComparer(Of CloudViewItem)
public ref class CloudSorter : public ArrangeSorter, IComparer<CloudViewItem^>

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CloudSorter(String, SortDirections) |
Instantiates a CloudSorter instance.
|
![]() | Compare(CloudViewItem, CloudViewItem) |
Compares two instances of a CloudViewItem.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | SortDirection |
The direction of the sort
(Inherited from ArrangeSorter.) |
![]() | SortField |
Gets/Sets the name of the field or property on the data source to sort against
(Inherited from ArrangeSorter.) |
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | ArrangeSorter | |
![]() | CloudSorter |