C1.WPF.GanttView Assembly / C1.GanttView Namespace / BaseWorkWeek Class
Properties Methods Events


BaseWorkWeek Class Members

The following tables list the members exposed by BaseWorkWeek.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a BaseWorkWeek.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the working times for Friday.  
Public PropertyGets or sets the working times for Monday.  
Public PropertyGets or sets the working times for Saturday.  
Public PropertyGets the owner BaseWorkWeek.Schedule.  
Public PropertyGets or sets the working times for Sunday.  
Public PropertyGets or sets the working times for Thursday.  
Public PropertyGets or sets the working times for Tuesday.  
Public PropertyGets or sets the working times for Wednesday.  
Top
Public Methods
 NameDescription
Public MethodResets the value of the BaseWorkWeek.FridayTimes property.  
Public MethodResets the value of the BaseWorkWeek.MondayTimes property.  
Public MethodResets the value of the BaseWorkWeek.SaturdayTimes property.  
Public MethodResets the value of the BaseWorkWeek.SundayTimes property.  
Public MethodResets the value of the BaseWorkWeek.ThursdayTimes property.  
Public MethodResets the value of the BaseWorkWeek.TuesdayTimes property.  
Public MethodResets the value of the BaseWorkWeek.WednesdayTimes property.  
Top
Protected Methods
 NameDescription
Protected MethodRaises the BaseWorkWeek.PropertyChanged event.  
Top
Public Events
 NameDescription
Public EventOccurs when the value of a property changes.  
Top
See Also