Class OpeningHourEditor
Interaktionslogik für OpeningHoursEditor.xaml
Inheritance
System.Object
OpeningHourEditor
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class OpeningHourEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceOpeningHourEditor(ContactViewModel)
Initializes a new OpeningHoursEditor with a given ContactViewModel as the DataContext
Declaration
public OpeningHourEditor(ContactViewModel current)
Parameters
Type | Name | Description |
---|---|---|
ContactViewModel | current |
Properties
| Improve this Doc View SourceCurrent
Gets the current DataContext as ContactViewModel
Declaration
public ContactViewModel Current { get; }
Property Value
Type | Description |
---|---|
ContactViewModel |