Initializes a new Sort instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Sort(
	string keyName,
	SortDirection sortDirection,
	SortType sortType,
	Geocode referenceGeocode
)
Visual Basic (Declaration)
Public Sub New ( _
	keyName As String, _
	sortDirection As SortDirection, _
	sortType As SortType, _
	referenceGeocode As Geocode _
)
Visual C++
public:
Sort(
	String^ keyName, 
	SortDirection sortDirection, 
	SortType sortType, 
	Geocode^ referenceGeocode
)

Parameters

keyName
Type: System..::.String
Property name on which to sort.
sortDirection
Type: Endeca.Data..::.SortDirection
Direction to sort the specified property.
sortType
Type: Endeca.Data..::.SortType
Indicates the type of sort represented by this instance.
referenceGeocode
Type: Endeca.Data..::.Geocode

See Also