Table of Contents

Class ModelBuilderExtensions

Namespace
JD.Domain.EFCore
Assembly
JD.Domain.EFCore.dll

Extension methods for applying domain manifests to EF Core ModelBuilder.

public static class ModelBuilderExtensions
Inheritance
ModelBuilderExtensions
Inherited Members

Methods

ApplyDomainManifest(ModelBuilder, DomainManifest)

Applies the domain manifest to the EF Core model builder.

public static ModelBuilder ApplyDomainManifest(this ModelBuilder modelBuilder, DomainManifest manifest)

Parameters

modelBuilder ModelBuilder

The EF Core model builder.

manifest DomainManifest

The domain manifest to apply.

Returns

ModelBuilder

The model builder for chaining.