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

Inheritance: ProfileCommandBase, IPluginCommand
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

Method Details

DeletePluginProfile() public méthode

public DeletePluginProfile ( ProfileName pluginProfile ) : void
pluginProfile Tp.Integration.Messages.ProfileName
Résultat void

DeleteProfileCommand() public méthode

public DeleteProfileCommand ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System.IO
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
Résultat System.IO

Execute() public méthode

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