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

Inheritance: NHibernate.Proxy.LazyInitializer
Afficher le fichier Open project: rbellamy/NHibernate.ByteCode.Castle Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void