The Sort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Sort | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. |
![]() | 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Raised when the value of a property of this instance is changed.
|