Namespace: ObjectOrder

system.ioc. ObjectOrder

Enumeration of all sorting orders used in the object definitions.

Members


<static, constant> AFTER :string

The "after" order value.

Type:
  • string
Default Value:
  • after

<static, constant> BEFORE :string

The "before" order value.

Type:
  • string
Default Value:
  • before

<static, constant> NONE :string

The "none" order value.

Type:
  • string
Default Value:
  • none

<static, constant> NOW :string

The "now" order value.

Type:
  • string
Default Value:
  • now