DsmlRequestDocument 클래스

정의

DsmlRequestDocument 클래스를 사용하면 AddRequest, ModifyRequest또는 SearchRequest등의 DSML 요청 페이로드를 빌드할 수 있습니다. 0개 이상의 DirectoryRequest 파생 개체를 포함합니다. 사용자는 서버로 전달하기 전에 DirectoryRequest 를 추가, 삭제, 수정 및 열거할 수 있습니다. DsmlRequestDocumentDsmlSoapHttpConnection등 문서를 전송할 DSML 바인딩 클래스와 함께 사용할 수 있습니다.

public ref class DsmlRequestDocument : System::DirectoryServices::Protocols::DsmlDocument, System::Collections::IList
public class DsmlRequestDocument : System.DirectoryServices.Protocols.DsmlDocument, System.Collections.IList
type DsmlRequestDocument = class
    inherit DsmlDocument
    interface IList
    interface ICollection
    interface IEnumerable
Public Class DsmlRequestDocument
Inherits DsmlDocument
Implements IList
상속
DsmlRequestDocument
구현

생성자

DsmlRequestDocument()

DsmlRequestDocument() 생성자는 DsmlRequestDocument 클래스의 인스턴스를 만듭니다.

속성

Count

Count 속성에는 이 컬렉션에 있는 DirectoryRequest 개체의 수가 포함되어 있습니다.

DocumentProcessing

DocumentProcessing 속성에는 컬렉션의 요소가 처리되는 방법을 지정하는 DsmlDocumentProcessing 값 중 하나가 포함되어 있습니다.

ErrorProcessing

ErrorProcessing 속성에는 오류가 처리되는 방법을 지정하는 DsmlErrorProcessing 값 중 하나가 포함되어 있습니다.

IsFixedSize

IsFixedSize 속성에는 DsmlRequestDocument의 크기가 고정되어 있는지 여부를 나타내는 값이 포함되어 있습니다.

IsReadOnly

IsReadOnly 속성에는 DsmlRequestDocument가 읽기 전용인지 여부를 나타내는 값이 포함되어 있습니다.

IsSynchronized

IsSynchronized 속성에는 DsmlRequestDocument에 대한 액세스가 동기화되어 스레드로부터 안전한지 여부를 나타내는 값이 포함되어 있습니다.

Item[Int32]

Item[Int32] 속성은 지정된 인덱스에 DirectoryRequest 개체를 포함하고 있습니다.

RequestId

RequestId 속성에는 DsmlRequestDocument와 연결된 RequestID가 포함되어 있습니다.

ResponseOrder

ResponseOrder 속성에는 응답 순서를 지정하는 DsmlResponseOrder 값 중 하나가 포함되어 있습니다.

SyncRoot

SyncRoot 속성에는 DsmlRequestDocument에 대한 액세스를 동기화하는 데 사용할 수 있는 개체가 포함되어 있습니다.

메서드

Add(DirectoryRequest)

Add(DirectoryRequest) 메서드는 DirectoryRequest 개체를 컬렉션에 추가합니다.

Clear()

Clear() 메서드는 이 컬렉션에서 항목을 모두 제거합니다.

Contains(DirectoryRequest)

Contains(DirectoryRequest) 메서드는 이 DsmlRequestDocument 컬렉션에 지정된 DirectoryRequest 개체가 포함되어 있는지 여부를 확인합니다.

CopyTo(DirectoryRequest[], Int32)

CopyTo(DirectoryRequest[], Int32) 메서드는 대상 배열의 지정된 인덱스에서 시작하여 1차원 배열에 전체 DsmlRequestDocument 컬렉션을 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

GetEnumerator() 메서드는 전체 DsmlRequestDocument 컬렉션의 열거자를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(DirectoryRequest)

IndexOf(DirectoryRequest) 메서드는 DirectoryRequest 컬렉션에서 맨 처음 발견되는 지정된 DsmlRequestDocument 개체의 인덱스(0부터 시작)를 반환합니다.

Insert(Int32, DirectoryRequest)

Insert(Int32, DirectoryRequest) 메서드는 지정된 DirectoryRequest 개체를 DsmlRequestDocument 컬렉션의 지정된 인덱스에 삽입합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(DirectoryRequest)

Remove(DirectoryRequest) 메서드는 컬렉션에서 첫 번째 지정된 DirectoryRequest 개체를 제거합니다.

RemoveAt(Int32)

RemoveAt(Int32) 메서드는 지정된 위치에서 DirectoryRequest 개체를 제거합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
ToXml()

ToXml() 메서드는 컬렉션의 각 DirectoryRequest 개체를 XmlDocument 개체로 변환합니다.

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

대상 배열의 지정된 인덱스에서 시작하여 전체 DsmlRequestDocument 컬렉션을 1차원 배열에 복사합니다.

ICollection.Count

이 컬렉션에 있는 DirectoryRequest 개체 수를 가져옵니다.

ICollection.IsSynchronized

DsmlRequestDocument에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

ICollection.SyncRoot

DsmlRequestDocument에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

IList.Add(Object)

컬렉션에 DirectoryRequest 개체를 추가합니다.

IList.Clear()

컬렉션에서 모든 항목을 제거합니다.

IList.Contains(Object)

DsmlRequestDocument 컬렉션에 지정된 DirectoryRequest 개체가 들어 있는지 여부를 나타냅니다.

IList.IndexOf(Object)

DsmlRequestDocument 컬렉션에서 지정한 DirectoryRequest 개체가 처음 나타나는 0부터 시작하는 인덱스를 반환합니다.

IList.Insert(Int32, Object)

지정된 DirectoryRequest 개체를 DsmlRequestDocument 컬렉션의 지정된 인덱스에 삽입합니다.

IList.IsFixedSize

DsmlRequestDocument의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.

IList.IsReadOnly

DsmlRequestDocument가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

IList.Item[Int32]

지정된 인덱스에서 DirectoryRequest 개체를 가져오거나 설정합니다.

IList.Remove(Object)

DirectoryRequest 컬렉션에서 맨 처음 발견되는 지정된 개체를 제거합니다.

IList.RemoveAt(Int32)

지정된 위치의 DirectoryRequest 개체를 삭제합니다.

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보