This documentation is archived and is not being maintained.
DsmlRequestDocument Class
Visual Studio 2010
The DsmlRequestDocument class enables you to build a DSML request payload, such as AddRequest, ModifyRequest, or SearchRequest. It contains zero or more DirectoryRequest derived objects. The user may add, delete, modify, and enumerate the DirectoryRequest before sending to the server. DsmlRequestDocument can be used with any DSML Binding classes to transport the document, such as DsmlSoapHttpConnection.
System::Object
System.DirectoryServices.Protocols::DsmlDocument
System.DirectoryServices.Protocols::DsmlRequestDocument
System.DirectoryServices.Protocols::DsmlDocument
System.DirectoryServices.Protocols::DsmlRequestDocument
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
The DsmlRequestDocument type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DsmlRequestDocument | The DsmlRequestDocument constructor creates an instance of the DsmlRequestDocument class. |
| Name | Description | |
|---|---|---|
![]() | Count | The Count property contains the number of DirectoryRequest objects in this collection. |
![]() | DocumentProcessing | The DocumentProcessing property contains one of the values of DsmlDocumentProcessing that specifies how the elements of the collection are processed. |
![]() | ErrorProcessing | The ErrorProcessing property contains one of the values of DsmlErrorProcessing that specifies how errors are processed. |
![]() | IsFixedSize | The IsFixedSize property contains a value that indicates whether the DsmlRequestDocument has a fixed size. |
![]() | IsReadOnly | The IsReadOnly property contains a value indicating whether the DsmlRequestDocument is read only or not. |
![]() | IsSynchronized | The IsSynchronized property contains a value that indicates whether access to the DsmlRequestDocument is synchronized (thread-safe). |
![]() | Item | The Item property contains the DirectoryRequest object at the specified index. |
![]() | RequestId | The RequestId property contains the RequestID associated with the DsmlRequestDocument. |
![]() | ResponseOrder | The ResponseOrder property contains one of the values of DsmlResponseOrder that specifies the order of the response. |
![]() | SyncRoot | The SyncRoot property contains an object that can be used to synchronize access to the DsmlRequestDocument. |
| Name | Description | |
|---|---|---|
![]() | Add | The Add method adds a DirectoryRequest object to the collection. |
![]() | Clear | The Clear method removes all items from this collection. |
![]() | Contains | The Contains method determines whether this DsmlRequestDocument collection contains the specified DirectoryRequest object. |
![]() | CopyTo | The CopyTo method copies the entire DsmlRequestDocument collection to a one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | The GetEnumerator method returns an enumerator for the entire DsmlRequestDocument collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | The IndexOf method returns the zero-based index of the first occurrence of the specified DirectoryRequest object in the DsmlRequestDocument collection. |
![]() | Insert | The Insert method inserts the specified DirectoryRequest object into the DsmlRequestDocument collection at the specified index. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | The Remove method removes the first occurrence of the specified DirectoryRequest object from the collection. |
![]() | RemoveAt | The RemoveAt method removes the DirectoryRequest object at the specified position. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToXml | The ToXml method transforms each DirectoryRequest object in the collection into an XmlDocument object. (Overrides DsmlDocument::ToXml().) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo | The CopyTo(Array, Int32) method copies the entire DsmlRequestDocument collection to a one-dimensional array, starting at the specified index of the target array. |
![]() ![]() | ICollection::Count | The Count() property gets the number of DirectoryRequest objects in this collection. |
![]() ![]() | ICollection::IsSynchronized | The IsSynchronized() property gets a value that indicates whether access to the DsmlRequestDocument is synchronized (thread-safe). |
![]() ![]() | ICollection::SyncRoot | The SyncRoot() property gets an object that can be used to synchronize access to the DsmlRequestDocument. |
![]() ![]() | IList::Add | The Add(Object) method adds a DirectoryRequest object to the collection. |
![]() ![]() | IList::Clear | The Clear() method removes all items from the collection. |
![]() ![]() | IList::Contains | The Contains(Object) method determines whether this DsmlRequestDocument collection contains the specified DirectoryRequest object. |
![]() ![]() | IList::IndexOf | The IndexOf(Object) method returns the zero-based index of the first occurrence of the specified DirectoryRequest object in the DsmlRequestDocument collection. |
![]() ![]() | IList::Insert | The Insert(Int32, Object) method inserts the specified DirectoryRequest object into the DsmlRequestDocument collection at the specified index. |
![]() ![]() | IList::IsFixedSize | The IsFixedSize() property gets a value that indicates whether the DsmlRequestDocument has a fixed size. |
![]() ![]() | IList::IsReadOnly | The IsReadOnly() property gets a value that indicates whether the DsmlRequestDocument is read-only or not. |
![]() ![]() | IList::Item | The Item(Int32) property gets or sets the DirectoryRequest object at the specified index. |
![]() ![]() | IList::Remove | The Remove(Object) method removes the first occurrence of the specified DirectoryRequest object from the collection. |
![]() ![]() | IList::RemoveAt | The RemoveAt(Int32) method removes the DirectoryRequest object at the specified position. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

