Class SearchDefinitionRenderContext<TDocument>
Encapsulates classes needed for rendering Search definitions.
public sealed class SearchDefinitionRenderContext<TDocument>
Type Parameters
TDocument
The type of the document.
- Inheritance
-
SearchDefinitionRenderContext<TDocument>
- Inherited Members
Constructors
- SearchDefinitionRenderContext(IBsonSerializer<TDocument>, IBsonSerializerRegistry, string)
Initializes a new instance of the SearchDefinitionRenderContext<TDocument> class.
Properties
- DocumentSerializer
Gets the document serializer.
- PathPrefix
Gets the path prefix.
- SerializerRegistry
Gets the serializer registry.