Table of Contents

Aurelius.Types.Proxy Namespace

Records

Name Description
Proxy<T> A lightweight record wrapper that enables lazy loading of an associated entity or collection.

Interfaces

Name Description
IProxyController Controls the deferred loading of a proxied entity or collection.
IProxyControllerEx Extends IProxyController with the ability to detach the controller from the proxy.
IProxyInfo Provides metadata about a lazy-loaded proxy, describing the association it represents.

Enumerations

Name Description
TProxyType Indicates whether a proxy holds a single object or a list of objects.