AlertSchemasPanel

StockSharp.Alerts

Panel para modificación de esquemas.

Hereda de: UserControl

Implementa: IPersistable, IComponentConnector

Constructores

AlertSchemasPanel
public AlertSchemasPanel()
alertSchemasPanel = AlertSchemasPanel()

Inicia una nueva instancia de la AlertSchemasPanel.

Propiedades

ProcessingService
public IAlertProcessingService ProcessingService { get; set; }
value = alertSchemasPanel.ProcessingService
alertSchemasPanel.ProcessingService = value

Servicio de procesamiento de alertas.

Métodos

InitializeComponent
public void InitializeComponent()
alertSchemasPanel.InitializeComponent()

InitializeComponent

Load
public void Load(SettingsStorage storage)
alertSchemasPanel.Load(storage)

Ajustes de carga.

storage
Configuración de almacenamiento.
Save
public void Save(SettingsStorage storage)
alertSchemasPanel.Save(storage)

Guardar configuración.

storage
Configuración de almacenamiento.

Eventos

LayoutChanged
public event Action LayoutChanged
alertSchemasPanel.LayoutChanged += handler

Disposición cambió el evento.

Campos

AddSchemaCommand
public static readonly RoutedCommand AddSchemaCommand
value = AlertSchemasPanel.AddSchemaCommand

El comando para añadir nuevo esquema.

EditSchemaCommand
public static readonly RoutedCommand EditSchemaCommand
value = AlertSchemasPanel.EditSchemaCommand

El comando para editar esquema seleccionado.

RemoveSchemasCommand
public static readonly RoutedCommand RemoveSchemasCommand
value = AlertSchemasPanel.RemoveSchemasCommand

El comando para eliminar esquemas seleccionados.