[]
        
(Showing Draft Content)

C1.GanttView.BaseWorkWeek

BaseWorkWeek Class

The default working times for a work week.

Inheritance
BaseWorkWeek
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class BaseWorkWeek : INotifyPropertyChanged

Constructors

Name Description
BaseWorkWeek()

Initializes a new instance of a BaseWorkWeek.

Properties

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.

Methods

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.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.