| 
    Pip-Services-Commons-Dotnet
    
   | 
 
An interface for commandable objects, which are part of the command design pattern. The commandable object exposes its functonality as commands and events grouped into a CommandSet. This interface is typically implemented by controllers and is used to auto generate external interfaces. More...
Public Member Functions | |
| CommandSet | GetCommandSet () | 
| Gets a command set with all supported commands and events.  More... | |
An interface for commandable objects, which are part of the command design pattern. The commandable object exposes its functonality as commands and events grouped into a CommandSet. This interface is typically implemented by controllers and is used to auto generate external interfaces.
See CommandSet
See CommandSet examples
| CommandSet PipServices3.Commons.Commands.ICommandable.GetCommandSet | ( | ) | 
Gets a command set with all supported commands and events.
See CommandSet
 1.8.13