Class RenderedCommand<TResult>
public sealed class RenderedCommand<TResult>
Type Parameters
TResult
- Inheritance
-
RenderedCommand<TResult>
- Inherited Members
Constructors
RenderedCommand(BsonDocument, IBsonSerializer<TResult>)
public RenderedCommand(BsonDocument document, IBsonSerializer<TResult> resultSerializer)
Parameters
document
BsonDocumentresultSerializer
IBsonSerializer<TResult>
Properties
Document
public BsonDocument Document { get; }
Property Value
- BsonDocument
ResultSerializer
public IBsonSerializer<TResult> ResultSerializer { get; }
Property Value
- IBsonSerializer<TResult>