The ERecSortKey type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Compares the current ERecSortKey to the specified ERecSortKeyobject.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrder
Gets the direction the sort key has been applied to record set if the sort key has been applied, is active.
Public methodGetReferenceLatitude
Gets the latitude of the reference point for a geocode sort key. It is an error to call this method if GetType() != GEOCODE_SORT_KEY.
Public methodGetReferenceLongitude
Gets the longitude of the reference point for a geocode sort key. It is an error to call this method if GetType() != GEOCODE_SORT_KEY.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsActive
Returns whether the key is active. Returns whether this sort key is being applied.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetGeocode
Sets the coordinates of the reference point if this is a geocode sort key.
Public methodSetOrder
Sets whether or not the sort on this key will be ascending.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also