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

Inheritance: ProfileCommandBase, IPluginCommand
显示文件 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
DeletePluginProfile ( ProfileName pluginProfile ) : void
DeleteProfileCommand ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System.IO
Execute ( string args, UserDTO user ) : PluginCommandResponseMessage

Method Details

DeletePluginProfile() public method

public DeletePluginProfile ( ProfileName pluginProfile ) : void
pluginProfile Tp.Integration.Messages.ProfileName
return void

DeleteProfileCommand() public method

public DeleteProfileCommand ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System.IO
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
return System.IO

Execute() public method

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