Silverlight SDK for Microsoft Bing
BandCloudSorter Class
OverviewSystem.Windows.ControlsBandCloudSorter
Implements a sorting functor which does comparison based sorting for a BandCloudView instance.
Declaration Syntax
C#Visual BasicVisual C++
public class BandCloudSorter : ArrangeSorter, 
	IComparer<BandCloudViewItem>
Public Class BandCloudSorter _
	Inherits ArrangeSorter _
	Implements IComparer(Of BandCloudViewItem)
public ref class BandCloudSorter : public ArrangeSorter, 
	IComparer<BandCloudViewItem^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ArrangeSorter
 BandCloudSorter

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)