C# Class NHibernate.ByteCode.Castle.Tests.ProxyInterface.DataBindingInterceptor

Inheritance: NHibernate.Proxy.LazyInitializer
ファイルを表示 Open project: rbellamy/NHibernate.ByteCode.Castle Class Usage Examples

Public Methods

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

Method Details

DataBindingInterceptor() public method

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

Intercept() public method

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