Table of Contents

Class MsgPublish

Namespace
StockSharp.Studio.IPC
Assembly
StockSharp.Studio.IPC.dll

Message from app to publish content.

public class MsgPublish : StudioMessage, IPersistable
Inheritance
MsgPublish
Implements
Inherited Members
Extension Methods

Constructors

MsgPublish()

public MsgPublish()

Properties

ContentPath

Content path.

public string ContentPath { get; set; }

Property Value

string

ContentType

Content type.

public ProductContentTypes2 ContentType { get; set; }

Property Value

ProductContentTypes2

Description

Description.

public string Description { get; set; }

Property Value

string

Groups

StockSharp.Web.DomainModel.ProductGroup.

public long[] Groups { get; set; }

Property Value

long[]

IconId

Icon identifier.

public long IconId { get; set; }

Property Value

long

Name

Name.

public string Name { get; set; }

Property Value

string

UserId

User id of content.

public string UserId { get; set; }

Property Value

string

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