ISearchResult
Represents the search result of a search in the data repository.
Implements: System.Collections.IEnumerable
Indexers
| Indexer | Description | 
|---|---|
| this[Int32]:IDataObject | Supplies a data object at the indicated position in the search result.  | 
Properties
| Property | Description | 
|---|---|
| Count:Int32 | Returns the number of found data objects of the search.  | 
Methods
| Method | Description | 
|---|---|
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable)  | 
