Class AnonymousFactoryReference

Represents a reference to component yet to be constructed.

class AnonymousFactoryReference
  : RuntimeReference ;

Represents a reference to component yet to be constructed. It will instantiate the referenced component using an object factory, and will serve it to requestor.

Properties

NameTypeDescription
factory[set] AnonymousFactoryReferenceSet factory
factory[get] Factory!(Object)Get factory

Methods

NameDescription
get Resolve the reference, to referenced component.