메소드 | 설명 | |
---|---|---|
ContainerDispatcher ( IServiceLocator serviceLocator ) : System |
Initializes a new instance of the ContainerDispatcher class.
|
|
Dispatch ( ICommand command ) : void |
Dispatch the command
|
|
GetDecoratorCreateMethod ( |
Gets the generic Create method from the decorate.
|
메소드 | 설명 | |
---|---|---|
Decorate ( |
Checks if the current handler can be decorated
|
public ContainerDispatcher ( IServiceLocator serviceLocator ) : System | ||
serviceLocator | IServiceLocator | The service locator. The container implements the interface. |
리턴 | System |
protected Decorate ( |
||
commandType | Type of command (implementation of |
|
handler | object | Current handler |
리턴 | object |
public Dispatch ( ICommand command ) : void | ||
command | ICommand | Command to invoke |
리턴 | void |
public GetDecoratorCreateMethod ( |
||
commandType | Type of the command. | |
리턴 |