C# Class ExoGraph.NHibernate.DataBindingInterceptor

An NHibernate.IInterceptor which watches for entity initialization
Uses the ExoGraph.NHibernate.DataBindingFactory to create the new instance
Inheritance: NHibernate.EmptyInterceptor
Show file Open project: vc3/ExoModel

Public Methods

Method Description
GetEntityName ( object entity ) : string
Instantiate ( string clazz, EntityMode entityMode, object id ) : object

Private Methods

Method Description
FindByType ( string typeName ) : Type

Method Details

GetEntityName() public method

public GetEntityName ( object entity ) : string
entity object
return string

Instantiate() public method

public Instantiate ( string clazz, EntityMode entityMode, object id ) : object
clazz string
entityMode EntityMode
id object
return object