AlertFieldPanel

StockSharp.Alerts

Panel schema parameter modification.

Наследует: UserControl

Реализует: IComponentConnector

Конструкторы

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.

Value : object

Comparison value.

Методы

InitializeComponent()

InitializeComponent

Поля

FieldProperty : DependencyProperty

DependencyProperty for Field.

MessageTypeProperty : DependencyProperty

DependencyProperty for MessageType.

OperatorProperty : DependencyProperty

DependencyProperty for Operator.

ValueProperty : DependencyProperty

DependencyProperty for Value.