Summer.Batch.Common.Proxy Namespace Reference

Classes

interface  IProxyObject
 Interface for all proxy types created by ProxyFactory. The Instance property (GetInstance) holds a reference to the underlying instance. More...
 
class  ProxyException
 Exception thrown while creating or manipulating a proxy. More...
 
class  ProxyFactory
 Factory for dynamic proxy. This factory can create a proxy for an interface. The created type will implement all the required interfaces as well as the IProxyObject interface. The method implementation redirect to the underlying instance. This instance can be changed and can be momentarilly be null, but it must be set when the proxy is manipulated. The created proxy supports, properties (including indexed properties), methods, and events. More...
 
class  ProxyObject
 Implementation of IProxyObject. More...