C# Class NSoft.NFramework.Data.NHibernateEx.AOP.DataBindingInterceptor

일반적인 Entity class에 INotifyPropertyChanged 를 적용하는 Interceptor이다.
Inheritance: LazyInitializer
Show file Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
DataBindingInterceptor ( string entityName, Type persistentClass, object id, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType, ISessionImplementor session ) : System
Intercept ( Castle invocation ) : void

Method Details

DataBindingInterceptor() public method

public DataBindingInterceptor ( string entityName, Type persistentClass, object id, MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod, IAbstractComponentType componentIdType, ISessionImplementor session ) : System
entityName string
persistentClass System.Type
id object
getIdentifierMethod System.Reflection.MethodInfo
setIdentifierMethod System.Reflection.MethodInfo
componentIdType IAbstractComponentType
session ISessionImplementor
return System

Intercept() public method

public Intercept ( Castle invocation ) : void
invocation Castle
return void