Table of Contents

Class WriteModel<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Base class for a write model.

[Serializable]
public abstract class WriteModel<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
WriteModel<TDocument>
Derived
Inherited Members

Properties

ModelType

Gets the type of the model.

Methods

ThrowIfNotValid()

Validate model.