The Sort type exposes the following members.

Constructors

  NameDescription
SortOverloaded.

Methods

  NameDescription
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPropertyChanged
Raises the PropertyChanged event.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
KeyName
Gets or sets the name of the property being sorted.
ReferenceGeocode
Gets or sets the reference geocode for the sort. Returns null if the sort is not a Geocode sort.
SortDirection
Gets or sets whether the sort is ascending or descending based on SortDirection.
SortType
Gets or sets the type of sort from the available SortType.

Events

  NameDescription
PropertyChanged
Raised when the value of a property of this instance is changed.

See Also