PageResultRequestControl Класс
Определение
Класс PageResultRequestControl указывает серверу вернуть результаты поиска в виде страницы заданного размера.The PageResultRequestControl class instructs the server to return the search result in the specified page size.
public ref class PageResultRequestControl : System::DirectoryServices::Protocols::DirectoryControl
public class PageResultRequestControl : System.DirectoryServices.Protocols.DirectoryControl
type PageResultRequestControl = class
inherit DirectoryControl
Public Class PageResultRequestControl
Inherits DirectoryControl
- Наследование
Конструкторы
PageResultRequestControl() |
Конструктор PageResultRequestControl() создает новый экземпляр класса PageResultRequestControl.The PageResultRequestControl() constructor creates a new instance of the PageResultRequestControl class. |
PageResultRequestControl(Byte[]) |
Конструктор PageResultRequestControl(Byte[]) создает новый экземпляр класса PageResultRequestControl, используя заданный файл Cookie для поиска по страницам.The PageResultRequestControl(Byte[]) constructor creates a new instance of the PageResultRequestControl class using the specified page search cookie. |
PageResultRequestControl(Int32) |
Конструктор PageResultRequestControl(Int32) создает экземпляр класса PageResultRequestControl, используя запрошенный размер страницы.The PageResultRequestControl(Int32) constructor creates an instance of the PageResultRequestControl class using the requested page size. |
Свойства
Cookie |
Свойство Cookie задает файл Cookie для поиска по страницам, используемый в последующих вызовах поиска результатов по страницам.The Cookie property specifies the page search cookie used for subsequent paged results search calls. |
IsCritical |
Свойство IsCritical указывает, является ли элемент управления критически важным.The IsCritical property specifies whether the control is critical. (Унаследовано от DirectoryControl) |
PageSize |
Свойство PageSize задает запрошенный размер страницы.The PageSize property specifies the requested page size. |
ServerSide |
Свойство ServerSide указывает, является ли данный элемент управления серверным.The ServerSide property specifies whether this is a server-side control. (Унаследовано от DirectoryControl) |
Type |
Свойство Type содержит идентификатор объекта (OID) данного элемента управления.The Type property contains the object identifier (OID) of the control. (Унаследовано от DirectoryControl) |
Методы
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) |
GetValue() |
Метод GetValue() возвращает размер страницы и файл Cookie, связанные с этим элементом управления.The GetValue() method returns the page size and cookie associated with this control. |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |