C# Class Tp.Integration.Plugin.Common.PluginCommand.Embedded.GetProfileCommand

Inheritance: IPluginCommand
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Execute ( string args, UserDTO user ) : PluginCommandResponseMessage
GetProfileCommand ( IProfileCollection profileCollection ) : Tp.Integration.Common

Method Details

Execute() public method

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

GetProfileCommand() public method

public GetProfileCommand ( IProfileCollection profileCollection ) : Tp.Integration.Common
profileCollection IProfileCollection
return Tp.Integration.Common