| Overload | Description |
|---|---|
| GenericCommand Constructor(String) | Create an instance of the GenericCommand class. |
| GenericCommand Constructor(BaseViewModel,String) | Create an instance of the GenericCommand class and associates with the injected view mode instance. |
| GenericCommand Constructor(String,CommandExecutedEventHander) | Create an instance of the GenericCommand class and assigns the passed method to the CommandExecuted event. |