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

Inheritance: AbstractFluentMappingEngine
Mostrar archivo Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method 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 method

Abstract method used to configure all of the mappings
public ConfigureMappings ( ) : void
return void

Map() public method

public Map ( object source, Type sourceType, Type destinationType ) : object
source object
sourceType System.Type
destinationType System.Type
return object

RdbmsModelMapper() public method

public RdbmsModelMapper ( NhSessionHelper nhSessionHelper, IFrameworkContext frameworkContext ) : System
nhSessionHelper NhSessionHelper
frameworkContext IFrameworkContext
return System