C# 클래스 Tp.Integration.Plugin.Common.PluginCommand.Embedded.DeleteProfileCommand

상속: ProfileCommandBase, IPluginCommand
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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