Interface IEntityTypeDataModelMapper<T>
Interface for configuring the mapping between an entity type and its corresponding data model using an EntityTypeBuilder.
Namespace: Innovt.Cloud.AWS.Dynamo.Mapping
Assembly: Innovt.Cloud.AWS.Dynamo.dll
Syntax
public interface IEntityTypeDataModelMapper<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the entity. |
Methods
| Edit this page View SourceConfigure(EntityTypeBuilder<T>)
Configures the mapping between the entity type and its corresponding data model using the provided EntityTypeBuilder.
Declaration
void Configure(EntityTypeBuilder<T> builder)
Parameters
Type | Name | Description |
---|---|---|
EntityTypeBuilder<T> | builder | The EntityTypeBuilder used to configure the mapping. |