C# Class Rebel.Framework.Persistence.NHibernate.RdbmsModelMapper

Inheritance: AbstractFluentMappingEngine
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureMappings ( ) : void

Abstract method used to configure all of the mappings

Map ( object source, Type sourceType, Type destinationType ) : object
RdbmsModelMapper ( NhSessionHelper nhSessionHelper, IFrameworkContext frameworkContext ) : System

Method Details

ConfigureMappings() public méthode

Abstract method used to configure all of the mappings
public ConfigureMappings ( ) : void
Résultat void

Map() public méthode

public Map ( object source, Type sourceType, Type destinationType ) : object
source object
sourceType System.Type
destinationType System.Type
Résultat object

RdbmsModelMapper() public méthode

public RdbmsModelMapper ( NhSessionHelper nhSessionHelper, IFrameworkContext frameworkContext ) : System
nhSessionHelper NhSessionHelper
frameworkContext IFrameworkContext
Résultat System