
Public Member Functions | |
| SearchState (string domainID, ICSEnumerator enumerator, int totalRecords) | |
| Initializes an instance of an object. | |
| void | Dispose () |
| Allows for quick release of managed and unmanaged resources. Called by applications. | |
Static Public Member Functions | |
| static SearchState | GetSearchState (string contextHandle) |
| Returns a search context object that contains the state information for an outstanding search. | |
Properties | |
| bool | IsDisposed [get] |
| Indicates if the object has been disposed. | |
| string | ContextHandle [get] |
| Gets the context handle for this object. | |
| int | CurrentRecord [get, set] |
| Gets or sets the current record. | |
| string | DomainID [get] |
| Gets the domain ID for the domain that is being searched. | |
| int | LastCount [get, set] |
| Gets or sets the last record count. | |
| ICSEnumerator | Enumerator [get] |
| Gets the search iterator. | |
| int | TotalRecords [get] |
| Gets the total number of records contained by this search. | |
| Simias::Server::SearchState::SearchState | ( | string | domainID, | |
| ICSEnumerator | enumerator, | |||
| int | totalRecords | |||
| ) | [inline] |
Initializes an instance of an object.
| domainID | Identifier for the domain that is being searched. | |
| enumerator | Search iterator. | |
| totalRecords | The total number of records contained in the search. |
| static SearchState Simias::Server::SearchState::GetSearchState | ( | string | contextHandle | ) | [inline, static] |
Returns a search context object that contains the state information for an outstanding search.
| contextHandle | Context handle that refers to a specific search context object. |
| void Simias::Server::SearchState::Dispose | ( | ) | [inline] |
Allows for quick release of managed and unmanaged resources. Called by applications.
bool Simias::Server::SearchState::IsDisposed [get] |
Indicates if the object has been disposed.
string Simias::Server::SearchState::ContextHandle [get] |
Gets the context handle for this object.
int Simias::Server::SearchState::CurrentRecord [get, set] |
Gets or sets the current record.
string Simias::Server::SearchState::DomainID [get] |
Gets the domain ID for the domain that is being searched.
int Simias::Server::SearchState::LastCount [get, set] |
Gets or sets the last record count.
ICSEnumerator Simias::Server::SearchState::Enumerator [get] |
Gets the search iterator.
int Simias::Server::SearchState::TotalRecords [get] |
Gets the total number of records contained by this search.
1.5.6