Interface IMappingProfile<T>
Strongly typed mapping profile contract.
public interface IMappingProfile<T> : IMappingProfile
Type Parameters
TEntity type being configured.
Methods
Configure(IExcelConfiguration<T>)
Configures the Excel mapping metadata for the given entity type.
void Configure(IExcelConfiguration<T> configuration)
Parameters
configurationIExcelConfiguration<T>Excel configuration builder.