WorkingTimeControl

StockSharp.Xaml

Editor para WorkingTime.

Herda de: UserControl

Implementa: IComponentConnector

Construtores

WorkingTimeControl
public WorkingTimeControl()
workingTimeControl = WorkingTimeControl()

Inicializa uma nova instância do WorkingTimeControl.

Propriedades

ShowActive
public bool ShowActive { get; set; }
value = workingTimeControl.ShowActive
workingTimeControl.ShowActive = value

Mostrar a caixa de verificação 'activa'.

WorkingTime
public WorkingTime WorkingTime { get; set; }
value = workingTimeControl.WorkingTime
workingTimeControl.WorkingTime = value

Horário de trabalho (horas, feriados, etc.).

Métodos

InitializeComponent
public void InitializeComponent()
workingTimeControl.InitializeComponent()

InitializeComponent

Eventos

DataChanged
public event Action DataChanged
workingTimeControl.DataChanged += handler

WorkingTime changed event.

Error
public event Action<string, bool> Error
workingTimeControl.Error += handler

Tratamento de erros.

Campos

WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
value = WorkingTimeControl.WorkingTimeProperty

DependencyProperty@ para WorkingTime.