Implements a sorting functor which does comparison based sorting for a BandCloudView instance.

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

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | BandCloudSorter(String, SortDirections) |
Instantiates a BandCloudSorter instance.
|
![]() | Compare(BandCloudViewItem, BandCloudViewItem) |
Performs a comparison of two BandCloudViewItem instances based on a property or field name and a sort direction.
|
![]() | 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 | |
![]() | BandCloudSorter |