Class NewsMessagePanel
Визуальная панель с новостями.
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class NewsMessagePanel : UserControl, IComponentConnector, IPersistable
Constructors
NewsMessagePanel()
Создать NewsMessagePanel.
Declaration
public NewsMessagePanel()
Fields
NewsGrid
NewsGrid Name Field
Declaration
public NewsMessageGrid NewsGrid
Field Value
Type | Description |
---|---|
NewsMessageGrid |
Properties
NewsProvider
Провайдер информации о новостях.
Declaration
public INewsProvider NewsProvider { get; set; }
Property Value
Type | Description |
---|---|
INewsProvider |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Implements
Ecng.Serialization.IPersistable