C# Class Effectus.Infrastructure.DataBindingIntercepter

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: ayende/Effectus Class Usage Examples

Méthodes publiques

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

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