[]
The default working times for a work week.
public class BaseWorkWeek : INotifyPropertyChanged
Name | Description |
---|---|
BaseWorkWeek() | Initializes a new instance of a BaseWorkWeek. |
Name | Description |
---|---|
FridayTimes | Gets or sets the working times for Friday. |
MondayTimes | Gets or sets the working times for Monday. |
SaturdayTimes | Gets or sets the working times for Saturday. |
Schedule | Gets the owner Schedule. |
SundayTimes | Gets or sets the working times for Sunday. |
ThursdayTimes | Gets or sets the working times for Thursday. |
TuesdayTimes | Gets or sets the working times for Tuesday. |
WednesdayTimes | Gets or sets the working times for Wednesday. |
Name | Description |
---|---|
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
ResetFridayTimes() | Resets the value of the FridayTimes property. |
ResetMondayTimes() | Resets the value of the MondayTimes property. |
ResetSaturdayTimes() | Resets the value of the SaturdayTimes property. |
ResetSundayTimes() | Resets the value of the SundayTimes property. |
ResetThursdayTimes() | Resets the value of the ThursdayTimes property. |
ResetTuesdayTimes() | Resets the value of the TuesdayTimes property. |
ResetWednesdayTimes() | Resets the value of the WednesdayTimes property. |
Name | Description |
---|---|
PropertyChanged | Occurs when the value of a property changes. |