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