Version

ProjectCalendarWorkWeek Class Members

The following tables list the members exposed by ProjectCalendarWorkWeek.

Public Constructors
 NameDescription
Public ConstructorProjectCalendarWorkWeek ConstructorInitializes a new ProjectCalendarWorkWeek  
Public Properties
 NameDescription
Public PropertyDateRangeReturns or sets the date range for which the specified changes are in effect.  
Public PropertyDaysOfWeekReturns or sets the working time information for the days of the week in the associated DateRange  
Public PropertyDisplayNameReturns or sets the name for the work week.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CollectionFromXmlParses the specified xml to ObservableCollectionExtended<ProjectCalendarWorkWeek>. This is the format in which ProjectCalendar's ProjectCalendar.WorkWeeks property is saved into underlying data item's mapped string property.  
Public Methodstatic (Shared in Visual Basic)CollectionToXmlConverts the specified ObservableCollectionExtended<ProjectCalendarWorkWeek> to its XML representation. This is the format that the XamGantt uses to serialize out ProjectCalendar's ProjectCalendar.WorkWeeks property value into its underlying data item.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also