Class AlertSettingsPanel
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.dll
Panel for schema modification.
public class AlertSettingsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
AlertSettingsPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
AlertSettingsPanel()
Initializes a new instance of the AlertSettingsPanel.
public AlertSettingsPanel()
Properties
AlertType
Alert type.
public AlertNotifications? AlertType { get; }
Property Value
Caption
Header.
public string Caption { get; set; }
Property Value
DeleteCommand
The deleted event.
public ICommand DeleteCommand { get; set; }
Property Value
ExternalId
External ID.
public long? ExternalId { get; set; }
Property Value
- long?
Message
Message.
public string Message { get; set; }
Property Value
Rules
Rules.
public IList<AlertRule> Rules { get; }
Property Value
Schema
Schema.
public AlertSchema Schema { get; set; }
Property Value
SelectedRules
Selected rules.
public IEnumerable<AlertRule> SelectedRules { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
Changed
The change event.
public event Action Changed
Event Type
SelectedRulesChanged
The change event SelectedRules.
public event Action SelectedRulesChanged