Class WriteModel<TDocument>
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.
public abstract WriteModelType ModelType { get; }
Property Value
Methods
ThrowIfNotValid()
Validate model.
public virtual void ThrowIfNotValid()