Object that is returned when making calls to the Search Provider Manager service
Inheritance Hierarchy
Relativity.Services.Search.SearchProviderResultSet
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The SearchProviderResultSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchProviderResultSet | Initializes a new instance of the SearchProviderResultSet class |
Properties
Name | Description | |
---|---|---|
![]() | MarkupCollection |
Collection of the distinct markup used by the search providers
|
![]() | Message |
String that will contain error messages, if any.
|
![]() | SearchProviders |
Collection of the available search providers
|
![]() | Success |
Boolean value indicating whether the service call was a success or not.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also