Class JsonSearchDefinition<TDocument>
A search definition based on a JSON string.
public sealed class JsonSearchDefinition<TDocument> : SearchDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      SearchDefinition<TDocument>JsonSearchDefinition<TDocument>
 
- Inherited Members
 
Constructors
- JsonSearchDefinition(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 BsonDocument.