Table of Contents

Interface IMappingProfile<T>

Namespace
WeihanLi.Npoi
Assembly
WeihanLi.Npoi.dll

Strongly typed mapping profile contract.

public interface IMappingProfile<T> : IMappingProfile

Type Parameters

T

Entity type being configured.

Methods

Configure(IExcelConfiguration<T>)

Configures the Excel mapping metadata for the given entity type.

void Configure(IExcelConfiguration<T> configuration)

Parameters

configuration IExcelConfiguration<T>

Excel configuration builder.