프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UserControls | IList |
메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
AddControl ( System.DirectoryServices.Protocols.DirectoryControl control ) : void | ||
Dispose ( ) : void | ||
GetResults ( ) : IEnumerable |
Lazy-loading pure IEnumerable with transparent paging
|
|
PagingHelper ( ) : System |
메소드 | 설명 | |
---|---|---|
ExtractResponseFromException ( System.DirectoryServices.Protocols.DirectoryOperationException doe ) : System.DirectoryServices.Protocols.SearchResponse | ||
GetSearchResponse ( string key, System.DirectoryServices.Protocols.SearchRequest req ) : System.DirectoryServices.Protocols.SearchResponse | ||
OnSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void |
Allow a superclass to cache or otherwise inspect the response
|
|
OnTruncatedSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void | ||
UpdatePrc ( System.DirectoryServices.Protocols.SearchResponse resp ) : System.DirectoryServices.Protocols.PageResultRequestControl |
public AddControl ( System.DirectoryServices.Protocols.DirectoryControl control ) : void | ||
control | System.DirectoryServices.Protocols.DirectoryControl | |
리턴 | void |
protected ExtractResponseFromException ( System.DirectoryServices.Protocols.DirectoryOperationException doe ) : System.DirectoryServices.Protocols.SearchResponse | ||
doe | System.DirectoryServices.Protocols.DirectoryOperationException | |
리턴 | System.DirectoryServices.Protocols.SearchResponse |
protected GetSearchResponse ( string key, System.DirectoryServices.Protocols.SearchRequest req ) : System.DirectoryServices.Protocols.SearchResponse | ||
key | string | |
req | System.DirectoryServices.Protocols.SearchRequest | |
리턴 | System.DirectoryServices.Protocols.SearchResponse |
protected OnSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void | ||
key | string | |
resp | System.DirectoryServices.Protocols.SearchResponse | |
리턴 | void |
protected OnTruncatedSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void | ||
key | string | |
resp | System.DirectoryServices.Protocols.SearchResponse | |
리턴 | void |
protected UpdatePrc ( System.DirectoryServices.Protocols.SearchResponse resp ) : System.DirectoryServices.Protocols.PageResultRequestControl | ||
resp | System.DirectoryServices.Protocols.SearchResponse | |
리턴 | System.DirectoryServices.Protocols.PageResultRequestControl |