All Classes and Interfaces

Class
Description
Compound implementation of IFieldValueFactory.
Factory object used by injector to generate values for fields of the object being injected.
Interface the lazy init proxies implement to make identification of the proxy and retrival of IProxyTargetLocator possible.
Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
A factory of proxies.
Represents a service locator for lazy init proxies.
A factory class that creates lazy init proxies given a type and a IProxyTargetLocator used to retrieve the object the proxy will represent.
This interface is used to make the proxy forward writeReplace() call to the handler instead of invoking it on itself.
Object that replaces the proxy when it is serialized.
Implementation of field value factory that ignores all fields