FactoryCreateFirst Method |
| Name | Description | |
|---|---|---|
| CreateFirstT |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
| |
| CreateFirstT(Object) |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
| |
| CreateFirst(String) |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
| |
| CreateFirst(Type) |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
| |
| CreateFirst(String, Object) |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
| |
| CreateFirst(Type, Object) |
Creates an instance of the specified type depending on the ComponentAttribute.
If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
|