DirectoryRequest Класс
Определение
Класс DirectoryRequest является базовым для классов, связанных с запросами, таких как SearchRequest или AddRequest.The DirectoryRequest class is the base class for request related classes, like the SearchRequest and AddRequest classes.
public ref class DirectoryRequest abstract : System::DirectoryServices::Protocols::DirectoryOperation
public abstract class DirectoryRequest : System.DirectoryServices.Protocols.DirectoryOperation
type DirectoryRequest = class
inherit DirectoryOperation
Public MustInherit Class DirectoryRequest
Inherits DirectoryOperation
- Наследование
- Производный
Свойства
Controls |
Свойство Controls содержит объект DirectoryControlCollection.The Controls property contains a DirectoryControlCollection object. |
RequestId |
Свойство RequestId содержит |
Методы
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. |