C# Class Tp.Integration.Plugin.Common.PluginLifecycle.PluginInfoSender

Show file Open project: TargetProcess/Target-Process-Plugins

Protected Properties

Property Type Description
PluginMetadata IPluginMetadata

Public Methods

Method Description
SendInfoMessages ( ) : void

Protected Methods

Method Description
PluginInfoSender ( ) : System.Collections.Generic
SendPluginScriptMessages ( ) : void

Private Methods

Method Description
CreatePluginAccount ( PluginName pluginName, AccountName accountName, PluginProfile pluginProfiles ) : PluginAccount
SendPluginAccountMessages ( ) : void
SendPluginInfoMessage ( ) : void

Method Details

PluginInfoSender() protected method

protected PluginInfoSender ( ) : System.Collections.Generic
return System.Collections.Generic

SendInfoMessages() public method

public SendInfoMessages ( ) : void
return void

SendPluginScriptMessages() protected method

protected SendPluginScriptMessages ( ) : void
return void

Property Details

PluginMetadata protected property

protected IPluginMetadata PluginMetadata
return IPluginMetadata