Class RenderedProjectionDefinition<TProjection>
A rendered projection.
Type Parameters
TProjection
The type of the projection.
- Inheritance
-
RenderedProjectionDefinition<TProjection>
- Inherited Members
Constructors
- RenderedProjectionDefinition(BsonDocument, IBsonSerializer<TProjection>)
Initializes a new instance of the RenderedProjectionDefinition<TProjection> class.
Properties
- Document
Gets the document.
- Projection
Serializer Gets the serializer.