C# 클래스 Zetetic.Ldap.PagingHelper

상속: IDisposable
파일 보기 프로젝트 열기: skradel/Zetetic.Ldap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddControl() 공개 메소드

public AddControl ( System.DirectoryServices.Protocols.DirectoryControl control ) : void
control System.DirectoryServices.Protocols.DirectoryControl
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExtractResponseFromException() 보호된 메소드

protected ExtractResponseFromException ( System.DirectoryServices.Protocols.DirectoryOperationException doe ) : System.DirectoryServices.Protocols.SearchResponse
doe System.DirectoryServices.Protocols.DirectoryOperationException
리턴 System.DirectoryServices.Protocols.SearchResponse

GetResults() 공개 메소드

Lazy-loading pure IEnumerable with transparent paging
public GetResults ( ) : IEnumerable
리턴 IEnumerable

GetSearchResponse() 보호된 메소드

protected GetSearchResponse ( string key, System.DirectoryServices.Protocols.SearchRequest req ) : System.DirectoryServices.Protocols.SearchResponse
key string
req System.DirectoryServices.Protocols.SearchRequest
리턴 System.DirectoryServices.Protocols.SearchResponse

OnSearchResponse() 보호된 메소드

Allow a superclass to cache or otherwise inspect the response
protected OnSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void
key string
resp System.DirectoryServices.Protocols.SearchResponse
리턴 void

OnTruncatedSearchResponse() 보호된 메소드

protected OnTruncatedSearchResponse ( string key, System.DirectoryServices.Protocols.SearchResponse resp ) : void
key string
resp System.DirectoryServices.Protocols.SearchResponse
리턴 void

PagingHelper() 공개 메소드

public PagingHelper ( ) : System
리턴 System

UpdatePrc() 보호된 메소드

protected UpdatePrc ( System.DirectoryServices.Protocols.SearchResponse resp ) : System.DirectoryServices.Protocols.PageResultRequestControl
resp System.DirectoryServices.Protocols.SearchResponse
리턴 System.DirectoryServices.Protocols.PageResultRequestControl

프로퍼티 상세

UserControls 보호되어 있는 프로퍼티

protected IList UserControls
리턴 IList