WorkingTimeControl

StockSharp.Xaml

Editor für WorkingTime.

Erbt von: UserControl

Implementiert: IComponentConnector

Konstruktoren

WorkingTimeControl
public WorkingTimeControl()
workingTimeControl = WorkingTimeControl()

Initialisiert eine neue Instanz von WorkingTimeControl.

Eigenschaften

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

Zeigen Sie "aktiv" Checkbox.

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

Arbeitszeit (Zeit, Feiertage usw.).

Methoden

InitializeComponent
public void InitializeComponent()
workingTimeControl.InitializeComponent()

InitializeComponent

Ereignisse

DataChanged
public event Action DataChanged
workingTimeControl.DataChanged += handler

WorkingTime geändertes Ereignis.

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

Fehlerbehandler.

Felder

WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
value = WorkingTimeControl.WorkingTimeProperty

DependencyProperty für WorkingTime.