Class JsonSearchDefinition<TDocument>
A search definition based on a JSON string.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Search
Definition <TDocument>JsonSearchDefinition<TDocument>
- Inherited Members
Constructors
- Json
Search Definition(string) Initializes a new instance of the JsonSearchDefinition<TDocument> class.
Properties
- Json
Gets the JSON string.
Methods
- Render(RenderArgs<TDocument>)
Renders the search definition to a Bson
Document .