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

Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Protected Methods

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

Private Methods

Method Description
CreatePluginInfoChangedMessage ( AccountName accountName ) : PluginAccountMessageSerialized

Method Details

ChangeProfiles() protected method

protected ChangeProfiles ( Action changeProfilesAction ) : void
changeProfilesAction Action
return void

ProfileCommandBase() protected method

protected ProfileCommandBase ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
return System

SendProfileChangedLocalMessage() protected method

protected SendProfileChangedLocalMessage ( ProfileName profileName, ITargetProcessMessage profileMessage ) : void
profileName Tp.Integration.Messages.ProfileName
profileMessage ITargetProcessMessage
return void