Class ContentMapper
Represents a
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: cs.temp.dll.dll
Syntax
[MapperFor(typeof(Content))]
[MapperFor(typeof(IContent))]
public sealed class ContentMapper : BaseMapper
Constructors
ContentMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Declaration
public ContentMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
Type | Name | Description |
---|---|---|
System. |
sqlContext | |
Mapper |
maps |
Methods
DefineMaps()
Declaration
protected override void DefineMaps()