Table of Contents

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

public static readonly DependencyProperty FieldProperty

Field Value

DependencyProperty

MessageTypeProperty

public static readonly DependencyProperty MessageTypeProperty

Field Value

DependencyProperty

OperatorProperty

public static readonly DependencyProperty OperatorProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

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

AlertRuleField

MessageType

Message type.

public Type MessageType { get; set; }

Property Value

Type

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

object

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()