Contains the necessary parameters to execute a Search Provider search.
Inheritance Hierarchy
Relativity.Services.ObjectQuery.SearchProviderCondition
Namespace: Relativity.Services.ObjectQuery
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The SearchProviderCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchProviderCondition | Initializes a new instance of the SearchProviderCondition class |
Properties
Name | Description | |
---|---|---|
![]() | Input |
Value returned by the registered javascript function of a fully HTML UI Search Provider in order to retrieve the user's search parameters entered into the Search Provider's markup/form.
This must be a valid value to be passed into the SearchProvider's ISearchProviderGateway.HydrateInputData() function.
|
![]() | SearchProviderArtifactId |
Artifact ID of the Search Provider
|
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