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
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
GetEntityName ( object entity ) : string
Instantiate ( string clazz, EntityMode entityMode, object id ) : object

Private Methods

Méthode Description
FindByType ( string typeName ) : Type

Method Details

GetEntityName() public méthode

public GetEntityName ( object entity ) : string
entity object
Résultat string

Instantiate() public méthode

public Instantiate ( string clazz, EntityMode entityMode, object id ) : object
clazz string
entityMode EntityMode
id object
Résultat object