Click or drag to resize

FactoryCreateManyOrdered Method

Overload List
  NameDescription
Public methodStatic memberCreateManyOrderedT
Creates instances of the specified type depending on the ComponentAttribute The returned values are ordered by the defined priority.
Public methodStatic memberCreateManyOrderedT(Object)
Creates instances of the specified type depending on the ComponentAttribute The returned values are ordered by the defined priority.
Public methodStatic memberCreateManyOrdered(String)
Creates instances of the specified type depending on the ComponentAttribute. The returned values are ordered by the defined priority.
Public methodStatic memberCreateManyOrdered(Type)
Creates instances of the specified type depending on the ComponentAttribute The returned values are ordered by the defined priority.
Public methodStatic memberCreateManyOrdered(String, Object)
Creates instances of the specified type depending on the ComponentAttribute. The returned values are ordered by the defined priority.
Public methodStatic memberCreateManyOrdered(Type, Object)
Creates instances of the specified type depending on the ComponentAttribute The returned values are ordered by the defined priority.
Top
See Also