C# Класс ExoGraph.NHibernate.DataBindingInterceptor

An NHibernate.IInterceptor which watches for entity initialization
Uses the ExoGraph.NHibernate.DataBindingFactory to create the new instance
Наследование: NHibernate.EmptyInterceptor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEntityName ( object entity ) : string
Instantiate ( string clazz, EntityMode entityMode, object id ) : object

Приватные методы

Метод Описание
FindByType ( string typeName ) : Type

Описание методов

GetEntityName() публичный Метод

public GetEntityName ( object entity ) : string
entity object
Результат string

Instantiate() публичный Метод

public Instantiate ( string clazz, EntityMode entityMode, object id ) : object
clazz string
entityMode EntityMode
id object
Результат object