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

Inheritance: EditProfileCommandBase
Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
AddProfileCommand ( ITpBus bus, IProfileCollection profileCollection, IPluginContext pluginContext, IPluginMetadata pluginMetadata ) : Tp.Integration.Messages.Commands

Protected Methods

Method Description
OnExecute ( PluginProfileDto profileDto ) : PluginCommandResponseMessage

Method Details

AddProfileCommand() public method

public AddProfileCommand ( ITpBus bus, IProfileCollection profileCollection, IPluginContext pluginContext, IPluginMetadata pluginMetadata ) : Tp.Integration.Messages.Commands
bus ITpBus
profileCollection IProfileCollection
pluginContext IPluginContext
pluginMetadata IPluginMetadata
return Tp.Integration.Messages.Commands

OnExecute() protected method

protected OnExecute ( PluginProfileDto profileDto ) : PluginCommandResponseMessage
profileDto PluginProfileDto
return Tp.Integration.Messages.Commands.PluginCommandResponseMessage