SortKey Класс
Определение
public ref class SortKey
public class SortKey
type SortKey = class
Public Class SortKey
- Наследование
-
SortKey
Конструкторы
SortKey() |
Конструктор SortKey() создает и инициализирует новый экземпляр класса SortKey.The SortKey() constructor creates and initializes a new instance of the SortKey class. |
SortKey(String, String, Boolean) |
Конструктор SortKey(String, String, Boolean) создает и инициализирует новый экземпляр класса SortKey, используя указанные имя атрибута, подходящее правило и порядок сортировки.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. |
Свойства
AttributeName |
Свойство AttributeName задает имя атрибута, используемого в качестве ключа сортировки.The AttributeName property specifies the name of the attribute to use as a sort key. |
MatchingRule |
Свойство MatchingRule задает идентификатор объекта (OID) подходящего правила для сортировки.The MatchingRule property specifies the object identifier (OID) of the matching rule for the sort. |
ReverseOrder |
Свойство ReverseOrder указывает, следует ли обратить порядок сортировки.The ReverseOrder property specifies if the sort should be returned in reverse order. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |