The ERecSortKey type exposes the following members.

Constructors

  NameDescription
Public methodERecSortKey(String)
Create a new relevance rank sort key.
Public methodERecSortKey(String, Boolean)
Create a new alpha-numeric sort key that specifies a sort on a property and the order with which to sort with regard to that property.
Public methodERecSortKey(String, Boolean, Double, Double)
Create a new geocode sort key that specifies a sort on a geocode property, the reference geocode and the order with which to sort with regard to that property.

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. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(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.)

Fields

  NameDescription
Public fieldStatic memberALPHA_NUM_SORT_KEY
This is a sort key for a non-Geocode typed property.
Public fieldStatic memberASCENDING
Sort key application in ascending direction.
Public fieldStatic memberDESCENDING
Sort key application in descending direction.
Public fieldStatic memberGEOCODE_SORT_KEY
This is a sort key for a Geocode typed property.
Public fieldStatic memberNOT_ACTIVE
Sort key not applied.
Public fieldStatic memberRELRANK_SORT_KEY
This is a sort key for a relevance rank module.

Properties

  NameDescription
Public propertyName
Gets the name of this sort key.
Public propertyType
Gets the type of the sort key.

See Also