Class BsonDocumentSearchDefinition<TDocument>
A search definition based on a BSON document.
public sealed class BsonDocumentSearchDefinition<TDocument> : SearchDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      SearchDefinition<TDocument>BsonDocumentSearchDefinition<TDocument>
 
- Inherited Members
 
Constructors
- BsonDocumentSearchDefinition(BsonDocument)
 Initializes a new instance of the BsonDocumentSearchDefinition<TDocument> class.
Properties
- Document
 Gets the BSON document.
Methods
- Render(RenderArgs<TDocument>)
 Renders the search definition to a BsonDocument.