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
Updates
Available updates.
public IEnumerable<MsgUpdatesInfo.Update> Updates { get; set; }
Property Value
Methods
Load(SettingsStorage)
Loads the state of the object from the specified SettingsStorage.
public override void Load(SettingsStorage ss)
Parameters
Save(SettingsStorage)
Saves the state of the object to the specified SettingsStorage.
public override void Save(SettingsStorage ss)
Parameters
ToString()
public override string ToString()