FactoryCreateManyOrdered Method |
Name | Description | |
---|---|---|
CreateManyOrderedT |
Creates instances of the specified type depending on the ComponentAttribute
The returned values are ordered by the defined priority.
| |
CreateManyOrderedT(Object) |
Creates instances of the specified type depending on the ComponentAttribute
The returned values are ordered by the defined priority.
| |
CreateManyOrdered(String) |
Creates instances of the specified type depending on the ComponentAttribute.
The returned values are ordered by the defined priority.
| |
CreateManyOrdered(Type) |
Creates instances of the specified type depending on the ComponentAttribute
The returned values are ordered by the defined priority.
| |
CreateManyOrdered(String, Object) |
Creates instances of the specified type depending on the ComponentAttribute.
The returned values are ordered by the defined priority.
| |
CreateManyOrdered(Type, Object) |
Creates instances of the specified type depending on the ComponentAttribute
The returned values are ordered by the defined priority.
|