Interface ICommandInitializerProvider
A provider of command initializers for specific command type.
Namespace: TehGM.Wolfringo.Commands.Initialization
Assembly: Wolfringo.Commands.dll
Syntax
public interface ICommandInitializerProvider
Methods
| Improve this Doc View SourceGetInitializer(Type)
Gets a command initializer for the command type.
Declaration
ICommandInitializer GetInitializer(Type commandAttributeType)
Parameters
Type | Name | Description |
---|---|---|
Type | commandAttributeType | Type of the command. |
Returns
Type | Description |
---|---|
ICommandInitializer | An initializer for provided command type. |