Click or drag to resize

SearchResultCollection Class

Provides an enumerator that can iterate through search results from the Resource Management Service. This class provides a synchronous search, where the next page of results is only requested once the enumerator has run out of results.
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientSearchResultCollection

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class SearchResultCollection : ISearchResultCollection, 
	IEnumerable<ResourceObject>, IEnumerable

The SearchResultCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of results in the search response
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that can iterate over the search results obtained from the Resource Management Service
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also