C# Class Tp.MashupManager.CustomCommands.GetProfileInfoCommand

Inheritance: IPluginCommand
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Execute ( string args, UserDTO user = null ) : PluginCommandResponseMessage

Private Methods

Method Description
GetEmptyResponseMessage ( ) : PluginCommandResponseMessage
GetResponseMessage ( IProfile profile ) : PluginCommandResponseMessage

Method Details

Execute() public method

public Execute ( string args, UserDTO user = null ) : PluginCommandResponseMessage
args string
user UserDTO
return Tp.Integration.Messages.Commands.PluginCommandResponseMessage