Class SearchDefinition<TDocument>
Base class for search definitions.
public abstract class SearchDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      SearchDefinition<TDocument>
 
- Derived
 
- Inherited Members
 
Methods
- Render(RenderArgs<TDocument>)
 Renders the search definition to a BsonDocument.
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>.