View Source
Class BaseMapper
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class BaseMapper
Constructors
View Source
BaseMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Declaration
protected BaseMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
Methods
View Source
DefineMap<TSource, TTarget>(string, string)
Declaration
protected void DefineMap<TSource, TTarget>(string sourceName, string targetName)
Parameters
| Type |
Name |
Description |
| string |
sourceName |
|
| string |
targetName |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TTarget |
|
View Source
DefineMaps()
Declaration
protected abstract void DefineMaps()