Class MsgUpdatesInfo
Message from installer to application which contains updates information.
Implements
Ecng.Serialization.IPersistable
Inherited Members
Namespace: StockSharp.Installer.IPC
Assembly: StockSharp.Installer.IPC.dll
Syntax
public class MsgUpdatesInfo : InstallerMessage, IPersistable
Constructors
MsgUpdatesInfo()
Declaration
public MsgUpdatesInfo()
Properties
Product
Product id.
Declaration
public long Product { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Updates
Available updates.
Declaration
public IEnumerable<MsgUpdatesInfo.Update> Updates { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<MsgUpdatesInfo.Update> |
Methods
Load(SettingsStorage)
Load settings.
Declaration
public override void Load(SettingsStorage ss)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | ss | Settings storage. |
Overrides
Save(SettingsStorage)
Save settings.
Declaration
public override void Save(SettingsStorage ss)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | ss | Settings storage. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
Implements
Ecng.Serialization.IPersistable