Packagesystem.ioc
Classpublic class ObjectOrder
InheritanceObjectOrder Inheritance Object

Enumeration of all sort of "orders" can be use in the object definitions.



Public Constants
 ConstantDefined By
  AFTER : String = after
[static] The "after" order value.
ObjectOrder
  BEFORE : String = before
[static] The "before" order value.
ObjectOrder
  NONE : String = none
[static] The "none" order value.
ObjectOrder
  NOW : String = now
[static] The "now" order value.
ObjectOrder
Constant Detail
AFTERConstant
public static const AFTER:String = after

The "after" order value.

BEFOREConstant 
public static const BEFORE:String = before

The "before" order value.

NONEConstant 
public static const NONE:String = none

The "none" order value.

NOWConstant 
public static const NOW:String = now

The "now" order value.