View Source
Class BaseMapper
Inheritance
System.Object
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 |
System.String |
sourceName |
|
System.String |
targetName |
|
Type Parameters
Name |
Description |
TSource |
|
TTarget |
|
View Source
DefineMaps()
Declaration
protected abstract void DefineMaps()