SortKey Class

Definition

The SortKey class stores sort criteria for use by sort controls.

public ref class SortKey
public class SortKey
type SortKey = class
Public Class SortKey
Inheritance
SortKey

Constructors

SortKey()

The SortKey() constructor creates and initializes a new instance of the SortKey class.

SortKey(String, String, Boolean)

The SortKey(String, String, Boolean) constructor creates and initializes a new instance of the SortKey class using the specified attribute name, matching rule, and sort order.

Properties

AttributeName

The AttributeName property specifies the name of the attribute to use as a sort key.

MatchingRule

The MatchingRule property specifies the object identifier (OID) of the matching rule for the sort.

ReverseOrder

The ReverseOrder property specifies if the sort should be returned in reverse order.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to