C# Класс Tp.Integration.Plugin.Common.PluginCommand.Embedded.DeleteProfileCommand

Наследование: ProfileCommandBase, IPluginCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
DeletePluginProfile ( ProfileName pluginProfile ) : void
DeleteProfileCommand ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System.IO
Execute ( string args, UserDTO user ) : PluginCommandResponseMessage

Описание методов

DeletePluginProfile() публичный Метод

public DeletePluginProfile ( ProfileName pluginProfile ) : void
pluginProfile Tp.Integration.Messages.ProfileName
Результат void

DeleteProfileCommand() публичный Метод

public DeleteProfileCommand ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System.IO
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
Результат System.IO

Execute() публичный Метод

public Execute ( string args, UserDTO user ) : PluginCommandResponseMessage
args string
user UserDTO
Результат Tp.Integration.Messages.Commands.PluginCommandResponseMessage