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

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

Méthodes protégées

Méthode Description
ChangeProfiles ( Action changeProfilesAction ) : void
ProfileCommandBase ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System
SendProfileChangedLocalMessage ( ProfileName profileName, ITargetProcessMessage profileMessage ) : void

Private Methods

Méthode Description
CreatePluginInfoChangedMessage ( AccountName accountName ) : PluginAccountMessageSerialized

Method Details

ChangeProfiles() protected méthode

protected ChangeProfiles ( Action changeProfilesAction ) : void
changeProfilesAction Action
Résultat void

ProfileCommandBase() protected méthode

protected ProfileCommandBase ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
Résultat System

SendProfileChangedLocalMessage() protected méthode

protected SendProfileChangedLocalMessage ( ProfileName profileName, ITargetProcessMessage profileMessage ) : void
profileName Tp.Integration.Messages.ProfileName
profileMessage ITargetProcessMessage
Résultat void