Public Constants
 ConstantDefined By
  createArguments : Function
Creates the Array of all arguments.
system.ioc.builders
  createListeners : Function
Creates the Array of all listeners defines in the passed-in factory object definition.
system.ioc.builders
  createObjectDefinition : Function
Creates a new ObjectDefinition instance and populated it with the specified init object in argument.
system.ioc.builders
  createObjectFactoryStrategy : Function
This helper create an IObjectFactoryStrategy object with a generic object in the IoC context.
system.ioc.builders
  createProperties : Function
Creates the Array of all properties defines in the passed-in factory object definition.
system.ioc.builders
  createReceivers : Function
Creates the Array of all receivers defines in the passed-in factory object definition.
system.ioc.builders
Constant Detail
createArgumentsConstant
public const createArguments:Function

Creates the Array of all arguments.

createListenersConstant 
public const createListeners:Function

Creates the Array of all listeners defines in the passed-in factory object definition.

createObjectDefinitionConstant 
public const createObjectDefinition:Function

Creates a new ObjectDefinition instance and populated it with the specified init object in argument.

createObjectFactoryStrategyConstant 
public const createObjectFactoryStrategy:Function

This helper create an IObjectFactoryStrategy object with a generic object in the IoC context.

createPropertiesConstant 
public const createProperties:Function

Creates the Array of all properties defines in the passed-in factory object definition.

createReceiversConstant 
public const createReceivers:Function

Creates the Array of all receivers defines in the passed-in factory object definition.