ExtendedRequest Класс
Определение
Класс ExtendedRequest передает расширенные операции LDAP на сервер.The ExtendedRequest class passes extended LDAP operations to the server.
public ref class ExtendedRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class ExtendedRequest : System.DirectoryServices.Protocols.DirectoryRequest
type ExtendedRequest = class
inherit DirectoryRequest
Public Class ExtendedRequest
Inherits DirectoryRequest
- Наследование
Конструкторы
ExtendedRequest() |
Конструктор ExtendedRequest() создает экземпляр класса ExtendedRequest.The ExtendedRequest() constructor creates an instance of the ExtendedRequest class. |
ExtendedRequest(String) |
Конструктор ExtendedRequest(String) создает экземпляр класса ExtendedRequest, используя указанное имя.The ExtendedRequest(String) constructor creates an instance of the ExtendedRequest class using the specified name. |
ExtendedRequest(String, Byte[]) |
Конструктор ExtendedRequest(String, Byte[]) создает экземпляр класса ExtendedRequest, используя указанные имя и значение.The ExtendedRequest(String, Byte[]) constructor creates an instance of the ExtendedRequest class using the specified name and value. |
Свойства
Controls |
Свойство Controls содержит объект DirectoryControlCollection.The Controls property contains a DirectoryControlCollection object. (Унаследовано от DirectoryRequest) |
RequestId |
Свойство RequestId содержит |
RequestName |
Свойство RequestName содержит имя запроса.The RequestName property contains the request name. |
RequestValue |
Свойство RequestValue содержит значение запроса.The RequestValue property contains the value of the request. |
Методы
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) |
ToXmlNode(XmlDocument) |
Метод ToXmlNode(XmlDocument) создает узел XML на основе заданного объекта XmlDocument.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. |
ToXmlNode(XmlDocument) |
Метод ToXmlNode(XmlDocument) создает узел XML на основе заданного объекта XmlDocument.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. (Унаследовано от DirectoryRequest) |