Class MongoModelRuntimeInitializer
- Namespace
- MongoDB.EntityFrameworkCore.Infrastructure
- Assembly
- MongoDB.EntityFrameworkCore.dll
Initializes a IModel with the runtime dependencies.
public class MongoModelRuntimeInitializer : ModelRuntimeInitializer, IModelRuntimeInitializer
- Inheritance
-
MongoModelRuntimeInitializer
- Implements
- Inherited Members
Constructors
- MongoModelRuntimeInitializer(ModelRuntimeInitializerDependencies)
Initializes a IModel with the runtime dependencies.
Methods
- Initialize(IModel, bool, IDiagnosticsLogger<Validation>?)
Validates and initializes the given model with runtime dependencies.