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

Model mapper for web models for use in the CMS
Inheritance: AbstractFluentMappingEngine
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CmsModelMapper ( MapResolverContext resolverContext ) : System
resolverContext Rebel.Cms.Web.Context.MapResolverContext
Résultat System

ConfigureInternalCmsModelMappings() public méthode

Creates mappings for Cms to/from Cms models
public ConfigureInternalCmsModelMappings ( ) : void
Résultat void

ConfigureMappings() public méthode

public ConfigureMappings ( ) : void
Résultat void

ConfigureModelToPersistenceMappings() public méthode

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

ConfigurePersistenceToModelMappings() public méthode

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