Class AlertFieldPanel
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.dll
Panel schema parameter modification.
public class AlertFieldPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
AlertFieldPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
AlertFieldPanel()
Initializes a new instance of the AlertFieldPanel.
public AlertFieldPanel()
Fields
FieldProperty
DependencyProperty for Field.
public static readonly DependencyProperty FieldProperty
Field Value
MessageTypeProperty
public static readonly DependencyProperty MessageTypeProperty
Field Value
OperatorProperty
public static readonly DependencyProperty OperatorProperty
Field Value
ValueProperty
DependencyProperty for Value.
public static readonly DependencyProperty ValueProperty
Field Value
Properties
Field
Message property, which will be made a comparison with the value of Value based on the criterion Operator.
public AlertRuleField Field { get; set; }
Property Value
MessageType
Message type.
public Type MessageType { get; set; }
Property Value
Operator
The criterion of comparison values Value.
public ComparisonOperator? Operator { get; set; }
Property Value
- ComparisonOperator?
Value
Comparison value.
public object Value { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()