Class ObjectCommand<TResult>
An Object based command.
Type Parameters
TResult
The type of the result.
- Inheritance
-
Command<TResult>ObjectCommand<TResult>
- Inherited Members
Constructors
- ObjectCommand(object, IBsonSerializer<TResult>)
Initializes a new instance of the ObjectCommand<TResult> class.
Properties
- Object
Gets the object.
- Result
Serializer Gets the result serializer.
Methods
- Render(IBson
Serializer Registry) Renders the command to a RenderedCommand<TResult>.