iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CachedProxyGenerator Members

CachedProxyGenerator overview

Public Instance Constructors

CachedProxyGenerator Constructor Cosntructor

Public Instance Properties

ProxyBuilder (inherited from Castle.DynamicProxy.ProxyGenerator) 

Public Instance Methods

CreateClassProxyOverloaded. Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor. This proxy is for object different from IList or ICollection
CreateClassProxy (inherited from Castle.DynamicProxy.ProxyGenerator)Overloaded.  
CreateCustomClassProxy (inherited from Castle.DynamicProxy.ProxyGenerator)Overloaded.  
CreateCustomProxy (inherited from Castle.DynamicProxy.ProxyGenerator)Overloaded.  
CreateProxyOverloaded. Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

CreateClassProxyInstance (inherited from Castle.DynamicProxy.ProxyGenerator) 
CreateCustomClassProxyInstance (inherited from Castle.DynamicProxy.ProxyGenerator)Overloaded.  
CreateCustomProxyInstance (inherited from Castle.DynamicProxy.ProxyGenerator) 
CreateProxyInstance (inherited from Castle.DynamicProxy.ProxyGenerator) 
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CachedProxyGenerator Class | IBatisNet.Common.Utilities.Proxy Namespace