Table of Contents

Class AlertSchemasPanel

Namespace
StockSharp.Alerts
Assembly
StockSharp.Alerts.dll

Panel for schemas modification.

public class AlertSchemasPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
Inheritance
AlertSchemasPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

AlertSchemasPanel()

Initializes a new instance of the AlertSchemasPanel.

public AlertSchemasPanel()

Fields

AddSchemaCommand

The command to add new schema.

public static readonly RoutedCommand AddSchemaCommand

Field Value

RoutedCommand

EditSchemaCommand

The command to edit selected schema.

public static readonly RoutedCommand EditSchemaCommand

Field Value

RoutedCommand

RemoveSchemasCommand

The command to remove selected schemas.

public static readonly RoutedCommand RemoveSchemasCommand

Field Value

RoutedCommand

Properties

ProcessingService

Alert processing service.

public IAlertProcessingService ProcessingService { get; set; }

Property Value

IAlertProcessingService

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Events

LayoutChanged

Layout changed event.

public event Action LayoutChanged

Event Type

Action