C# Class Tp.MashupManager.CustomCommands.GetMashupInfoCommand
ファイルを表示
Open project: TargetProcess/Target-Process-Plugins
Class Usage Examples
Public Methods
Method |
Description |
|
Execute ( string args, UserDTO user = null ) : PluginCommandResponseMessage |
|
|
Private Methods
Method |
Description |
|
GetErrorResponse ( string message ) : PluginCommandResponseMessage |
|
|
Method Details
public Execute ( string args, UserDTO user = null ) : PluginCommandResponseMessage |
args |
string |
|
user |
Tp.Integration.Common.UserDTO |
|
return |
Tp.Integration.Messages.Commands.PluginCommandResponseMessage |
|