Innovt Platform
Search Results for

    Show / Hide Table of Contents

    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 Source

    Configure(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.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX