Silverlight SDK for Microsoft Bing
CloudSorter Class
OverviewSystem.Windows.ControlsCloudSorter
Implements a class which handles sorting for a single axis of a CloudView instance.
Declaration Syntax
C#Visual BasicVisual C++
public class CloudSorter : ArrangeSorter, 
	IComparer<CloudViewItem>
Public Class CloudSorter _
	Inherits ArrangeSorter _
	Implements IComparer(Of CloudViewItem)
public ref class CloudSorter : public ArrangeSorter, 
	IComparer<CloudViewItem^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CloudSorter(String, SortDirections)
Instantiates a CloudSorter instance.

Compare(CloudViewItem, CloudViewItem)
Compares two instances of a CloudViewItem.

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
 CloudSorter

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