AlertSchemasPanel
StockSharp.Alerts
Painel para modificação de esquemas.
Herda de: UserControl
Implementa: IPersistable, IComponentConnector
Construtores
AlertSchemasPanel
public AlertSchemasPanel()
alertSchemasPanel = AlertSchemasPanel()
Inicializa uma nova instância do AlertSchemasPanel.
Propriedades
ProcessingService
public IAlertProcessingService ProcessingService { get; set; }
value = alertSchemasPanel.ProcessingService
alertSchemasPanel.ProcessingService = value
Serviço de processamento de alerta.
Métodos
InitializeComponent
public void InitializeComponent()
alertSchemasPanel.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
alertSchemasPanel.Load(storage)
Carregar as configurações.
- storage
- Configuração do armazenamento.
Save
public void Save(SettingsStorage storage)
alertSchemasPanel.Save(storage)
Gravar as definições.
- storage
- Configuração do armazenamento.
Eventos
LayoutChanged
public event Action LayoutChanged
alertSchemasPanel.LayoutChanged += handler
O layout mudou o evento.
Campos
AddSchemaCommand
public static readonly RoutedCommand AddSchemaCommand
value = AlertSchemasPanel.AddSchemaCommand
O comando para adicionar novo esquema.
EditSchemaCommand
public static readonly RoutedCommand EditSchemaCommand
value = AlertSchemasPanel.EditSchemaCommand
O comando para editar o esquema seleccionado.
RemoveSchemasCommand
public static readonly RoutedCommand RemoveSchemasCommand
value = AlertSchemasPanel.RemoveSchemasCommand
O comando para remover esquemas seleccionados.