DsmlResponseDocument Класс
Определение
Класс DsmlResponseDocument является коллекцией только для чтения, созданной как ответ на объект DsmlRequestDocument, содержащий нуль или более объектов, производных от DirectoryResponse.The DsmlResponseDocument class is a read-only collection generated as a response to a DsmlRequestDocument object that contains zero, or more, objects derived from DirectoryResponse.
public ref class DsmlResponseDocument : System::DirectoryServices::Protocols::DsmlDocument, System::Collections::ICollection
public class DsmlResponseDocument : System.DirectoryServices.Protocols.DsmlDocument, System.Collections.ICollection
type DsmlResponseDocument = class
inherit DsmlDocument
interface ICollection
interface IEnumerable
Public Class DsmlResponseDocument
Inherits DsmlDocument
Implements ICollection
- Наследование
- Реализации
Свойства
Count |
Свойство Count содержит число объектов DirectoryResponse в данной коллекции.The Count property contains the number of DirectoryResponse objects in this collection. |
IsErrorResponse |
Свойство IsErrorResponse указывает, произошел ли ответ на ошибку.The IsErrorResponse property specifies whether an error response has occurred. |
IsOperationError |
Свойство IsOperationError указывает, произошел ли ответ на ошибку операции.The IsOperationError property specifies whether an operation error response has occurred. |
IsSynchronized |
Свойство IsSynchronized содержит значение, указывающее, является ли доступ к DsmlResponseDocument синхронизированным (потокобезопасным).The IsSynchronized property contains a value that indicates whether access to the DsmlResponseDocument is synchronized (thread-safe). |
Item[Int32] |
Свойство Item[Int32] содержит объект DirectoryResponse по указанному индексу.The Item[Int32] property contains the DirectoryResponse object at the specified index. |
RequestId |
Свойство RequestId содержит RequestID, связанный с документом.The RequestId property contains the RequestID associated with the document. |
SyncRoot |
Свойство SyncRoot содержит объект, который может использоваться для синхронизации доступа к DsmlResponseDocument.The SyncRoot property contains an object that can be used to synchronize access to the DsmlResponseDocument. |
Методы
CopyTo(DirectoryResponse[], Int32) |
Метод CopyTo(DirectoryResponse[], Int32) копирует всю коллекцию в одномерный массив, начиная с указанного индекса целевого массива.The CopyTo(DirectoryResponse[], Int32) method copies the entire 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. (Унаследовано от Object) |
GetEnumerator() |
Метод GetEnumerator() возвращает перечислитель для всей коллекции DsmlResponseDocument.The GetEnumerator() method returns an enumerator for the entire DsmlResponseDocument collection. |
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) |
ToXml() |
Метод ToXml() преобразует каждый объект DirectoryResponse из коллекции в объект XmlDocument.The ToXml() method transforms each DirectoryResponse object in the collection into an XmlDocument object. |
Явные реализации интерфейса
ICollection.CopyTo(Array, Int32) |
Копирует коллекцию DsmlResponseDocument в одномерный массив, начиная с указанного индекса массива назначения.Copies the entire DsmlResponseDocument collection to a one-dimensional array, starting at the specified index of the target array. |
ICollection.Count |
Возвращает число объектов DirectoryResponse в данной коллекции.Gets the number of DirectoryResponse objects in this collection. |
ICollection.IsSynchronized |
Получает значение, определяющее, является ли доступ к коллекции DsmlResponseDocument синхронизированным (потокобезопасным).Gets a value that indicates whether access to the DsmlResponseDocument is synchronized (thread-safe). |
ICollection.SyncRoot |
Получает объект, с помощью которого можно синхронизировать доступ к коллекции DsmlResponseDocument.Gets an object that can be used to synchronize access to the DsmlResponseDocument. |
Методы расширения
Cast<TResult>(IEnumerable) |
Приводит элементы объекта IEnumerable к заданному типу.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Выполняет фильтрацию элементов объекта IEnumerable по заданному типу.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Позволяет осуществлять параллельный запрос.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Преобразовывает коллекцию IEnumerable в объект IQueryable.Converts an IEnumerable to an IQueryable. |