C# Class Rebel.Cms.Web.Mapping.CmsModelMapper

Model mapper for web models for use in the CMS
Inheritance: AbstractFluentMappingEngine
ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
CmsModelMapper ( MapResolverContext resolverContext ) : System
ConfigureInternalCmsModelMappings ( ) : void

Creates mappings for Cms to/from Cms models

ConfigureMappings ( ) : void
ConfigureModelToPersistenceMappings ( ) : void

Creates mappings for Cms View Models to/from Persistence/Hive models

ConfigurePersistenceToModelMappings ( ) : void

Creates mappings for Persistence/Hive to/from Cms View Models

Method Details

CmsModelMapper() public method

public CmsModelMapper ( MapResolverContext resolverContext ) : System
resolverContext Rebel.Cms.Web.Context.MapResolverContext
return System

ConfigureInternalCmsModelMappings() public method

Creates mappings for Cms to/from Cms models
public ConfigureInternalCmsModelMappings ( ) : void
return void

ConfigureMappings() public method

public ConfigureMappings ( ) : void
return void

ConfigureModelToPersistenceMappings() public method

Creates mappings for Cms View Models to/from Persistence/Hive models
public ConfigureModelToPersistenceMappings ( ) : void
return void

ConfigurePersistenceToModelMappings() public method

Creates mappings for Persistence/Hive to/from Cms View Models
public ConfigurePersistenceToModelMappings ( ) : void
return void