Table of Contents

Class MsgUpdatesInfo

Namespace
StockSharp.Installer.IPC
Assembly
StockSharp.Installer.IPC.dll

Message from installer to application which contains updates information.

public class MsgUpdatesInfo : InstallerMessage, IPersistable
Inheritance
MsgUpdatesInfo
Implements
Inherited Members
Extension Methods

Constructors

MsgUpdatesInfo()

public MsgUpdatesInfo()

Properties

Product

Product id.

public long Product { get; set; }

Property Value

long

Updates

Available updates.

public IEnumerable<MsgUpdatesInfo.Update> Updates { get; set; }

Property Value

IEnumerable<MsgUpdatesInfo.Update>

Methods

Load(SettingsStorage)

Loads the state of the object from the specified SettingsStorage.

public override void Load(SettingsStorage ss)

Parameters

ss SettingsStorage

Save(SettingsStorage)

Saves the state of the object to the specified SettingsStorage.

public override void Save(SettingsStorage ss)

Parameters

ss SettingsStorage

ToString()

public override string ToString()

Returns

string