AddRequest Класс
Определение
Класс AddRequest добавляет элемент в каталог.The AddRequest class adds an entry to the directory.
public ref class AddRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class AddRequest : System.DirectoryServices.Protocols.DirectoryRequest
type AddRequest = class
inherit DirectoryRequest
Public Class AddRequest
Inherits DirectoryRequest
- Наследование
Комментарии
Запрос можно добавить в DsmlRequestDocument или использовать в качестве параметра для SendRequest .The request may be added to the DsmlRequestDocument or it can be used as the parameter for SendRequest.
Конструкторы
AddRequest() |
Конструктор AddRequest() создает экземпляр класса AddRequest .The AddRequest() constructor creates an instance of the AddRequest class. |
AddRequest(String, DirectoryAttribute[]) |
Конструктор AddRequest(String, DirectoryAttribute[]) создает экземпляр класса AddRequest, используя указанные отличительное имя и атрибуты.The AddRequest(String, DirectoryAttribute[]) constructor creates an instance of the AddRequest class using the specified distinguished name and attributes. |
AddRequest(String, String) |
Конструктор AddRequest(String, String) создает экземпляр класса AddRequest, используя указанное |
Свойства
Attributes |
Свойство Attributes содержит DirectoryAttributeCollection из пар атрибут-значение для объекта.The Attributes property contains a DirectoryAttributeCollection of attribute-value pairs for the object. |
Controls |
Свойство Controls содержит объект DirectoryControlCollection.The Controls property contains a DirectoryControlCollection object. (Унаследовано от DirectoryRequest) |
DistinguishedName |
Свойство DistinguishedName содержит отличительное имя объекта.The DistinguishedName property contains the distinguished name of the 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. |
ToXmlNode(XmlDocument) |
Метод ToXmlNode(XmlDocument) создает узел XML на основе заданного объекта XmlDocument.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. (Унаследовано от DirectoryRequest) |