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

Inheritance: EditProfileCommandBase
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnExecute ( PluginProfileDto profileDto ) : PluginCommandResponseMessage

Method Details

AddProfileCommand() public méthode

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

OnExecute() protected méthode

protected OnExecute ( PluginProfileDto profileDto ) : PluginCommandResponseMessage
profileDto PluginProfileDto
Résultat Tp.Integration.Messages.Commands.PluginCommandResponseMessage