AggregateContainer.get

Get a container, or an object that is contained by managed containers.

Get a container, or an object that is contained by managed containers.

class AggregateContainer
Object
get
(
string identity
)

Parameters

identity string

identity of object that is to be supplied.

Return Value

Type: Object

Object the object contained in one of containers or a container itself.

Throws

NotFoundException when no requested object by identity is present in container

Meta