C# Класс Zetetic.Ldap.PagingHelper

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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