Class MsgPublish
- Namespace
- StockSharp.Installer.IPC
- Assembly
- StockSharp.Installer.IPC.dll
Message from app to installer to publish content.
public class MsgPublish : MsgShowAvailable, IPersistable
- Inheritance
-
MsgPublish
- Implements
- Inherited Members
- Extension Methods
Constructors
MsgPublish()
public MsgPublish()
Properties
ContentPath
Content path.
public string ContentPath { get; set; }
Property Value
ContentType
Content type.
public ProductContentTypes2 ContentType { get; set; }
Property Value
- ProductContentTypes2
Description
Description.
public string Description { get; set; }
Property Value
FileId
File identifier.
public long FileId { get; set; }
Property Value
Name
Name.
public string Name { 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()