Namespace: TypePolicy

system.ioc. TypePolicy

The enumeration of all type policies in the ObjectConfig object of the ioc factory.

Members


<static, constant> ALIAS :string

Defines the 'alias' policy value. Use it if you want use only type "alias" evaluation when a new object is created in the factory.

Type:
  • string
Default Value:
  • alias

<static, constant> ALL :string

Defines the 'all' policy value. Use it if you want use only all evaluation filters when a new object is created in the factory.

Type:
  • string
Default Value:
  • all

<static, constant> EXPRESSION :string

Defines the 'expression' policy value. Use it if you want use only type "expression" evaluation when a new object is created in the factory.

Type:
  • string
Default Value:
  • expression

<static, constant> NONE :string

Defines the 'none' policy value. Use it if you want no evaluation filter when a new object is created in the factory.

Type:
  • string
Default Value:
  • none