Class AlertButton
Кнопка активации настроек сигнала.
Namespace: StockSharp.Alerts
Assembly: StockSharp.Alerts.dll
Syntax
public class AlertButton : BarCheckItem, IPersistable, IDisposable, IComponentConnector
Constructors
AlertButton()
Создать AlertButton.
Declaration
public AlertButton()
Properties
MessageType
Тип сообщения.
Declaration
public Type MessageType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Methods
Dispose()
Освободить занятые ресурсы.
Declaration
public void Dispose()
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 | Хранилище настроек. |
Events
SchemaChanged
Событие изменения схемы.
Declaration
public event Action SchemaChanged
Event Type
Type | Description |
---|---|
Action |
Implements
Ecng.Serialization.IPersistable