Class SearchDefinition<TDocument>
Base class for search definitions.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
SearchDefinition<TDocument>
- Derived
- Inherited Members
Methods
- Render(SearchDefinitionRenderContext<TDocument>)
Renders the search definition to a Bson
Document .
Operators
- implicit operator SearchDefinition<TDocument>(BsonDocument)
Performs an implicit conversion from a BSON document to a SearchDefinition<TDocument>.
- implicit operator SearchDefinition<TDocument>(string)
Performs an implicit conversion from a string to a SearchDefinition<TDocument>.