AlertFieldPanel
StockSharp.Alerts
Panel schema parameter modification.
Inherits: UserControl
Implements: IComponentConnector
Constructors
AlertFieldPanel
public AlertFieldPanel()
alertFieldPanel = AlertFieldPanel()
Initializes a new instance of the AlertFieldPanel.
Properties
Field
public AlertRuleField Field { get; set; }
value = alertFieldPanel.Field
alertFieldPanel.Field = value
Message property, which will be made a comparison with the value of Value based on the criterion Operator.
MessageType
public Type MessageType { get; set; }
value = alertFieldPanel.MessageType
alertFieldPanel.MessageType = value
Message type.
Operator
public ComparisonOperator? Operator { get; set; }
value = alertFieldPanel.Operator
alertFieldPanel.Operator = value
The criterion of comparison values Value.
Value
public object Value { get; set; }
value = alertFieldPanel.Value
alertFieldPanel.Value = value
Comparison value.
Methods
InitializeComponent
public void InitializeComponent()
alertFieldPanel.InitializeComponent()
InitializeComponent
Fields
FieldProperty
public static readonly DependencyProperty FieldProperty
value = AlertFieldPanel.FieldProperty
DependencyProperty for Field.
MessageTypeProperty
public static readonly DependencyProperty MessageTypeProperty
value = AlertFieldPanel.MessageTypeProperty
DependencyProperty for MessageType.
OperatorProperty
public static readonly DependencyProperty OperatorProperty
value = AlertFieldPanel.OperatorProperty
DependencyProperty for Operator.
ValueProperty
public static readonly DependencyProperty ValueProperty
value = AlertFieldPanel.ValueProperty
DependencyProperty for Value.