Version 24.2 (latest)

ProjectCalendarWorkWeek Class Methods

For a list of all members of this type, see ProjectCalendarWorkWeek members.

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)
See Also