Class AlertFieldPanel
Панель редактирования параметра схемы.
Implements
Namespace: StockSharp.Alerts
Assembly: StockSharp.Alerts.dll
Syntax
public class AlertFieldPanel : UserControl, IComponentConnector
Constructors
AlertFieldPanel()
Создать AlertFieldPanel.
Declaration
public AlertFieldPanel()
Fields
FieldProperty
DependencyProperty для Field.
Declaration
public static readonly DependencyProperty FieldProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MessageTypeProperty
Declaration
public static readonly DependencyProperty MessageTypeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
OperatorProperty
Declaration
public static readonly DependencyProperty OperatorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ValueProperty
DependencyProperty для Value.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Field
Свойство сообщения, с которым будет производиться сравнение со значением Value на основе критерия Operator.
Declaration
public AlertRuleField Field { get; set; }
Property Value
Type | Description |
---|---|
AlertRuleField |
MessageType
Тип сообщения.
Declaration
public Type MessageType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Operator
Критерий сравнения значения Value.
Declaration
public ComparisonOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
Ecng.ComponentModel.ComparisonOperator |
Value
Значение для сравнения.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
Object |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()