C# Класс Tp.Integration.Plugin.Common.PluginCommand.Embedded.ProfileCommandBase

Показать файл Открыть проект

Защищенные методы

Метод Описание
ChangeProfiles ( Action changeProfilesAction ) : void
ProfileCommandBase ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System
SendProfileChangedLocalMessage ( ProfileName profileName, ITargetProcessMessage profileMessage ) : void

Приватные методы

Метод Описание
CreatePluginInfoChangedMessage ( AccountName accountName ) : PluginAccountMessageSerialized

Описание методов

ChangeProfiles() защищенный Метод

protected ChangeProfiles ( Action changeProfilesAction ) : void
changeProfilesAction Action
Результат void

ProfileCommandBase() защищенный Метод

protected ProfileCommandBase ( IProfileCollection profileCollection, ITpBus bus, IPluginContext pluginContext ) : System
profileCollection IProfileCollection
bus ITpBus
pluginContext IPluginContext
Результат System

SendProfileChangedLocalMessage() защищенный Метод

protected SendProfileChangedLocalMessage ( ProfileName profileName, ITargetProcessMessage profileMessage ) : void
profileName Tp.Integration.Messages.ProfileName
profileMessage ITargetProcessMessage
Результат void