AlertFieldPanel
StockSharp.Alerts
Panel schema parameter modification.
继承自: UserControl
构造函数
AlertFieldPanel()
Initializes a new instance of the AlertFieldPanel.
属性
Field : AlertRuleField
Message property, which will be made a comparison with the value of Value based on the criterion Operator.
MessageType : Type
Message type.
Operator : ComparisonOperator?
The criterion of comparison values Value.
方法
InitializeComponent()
InitializeComponent
字段
FieldProperty : DependencyProperty
DependencyProperty for Field.
MessageTypeProperty : DependencyProperty
DependencyProperty for MessageType.
OperatorProperty : DependencyProperty
DependencyProperty for Operator.
ValueProperty : DependencyProperty
DependencyProperty for Value.