Version

ProjectCalendarException Class Methods

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CollectionFromXmlParses the specified xml to ObservableCollectionExtended<ProjectCalendarException>. This is the format in which ProjectCalendar's Exceptions property is saved into underlying data item's mapped string property.  
Public Methodstatic (Shared in Visual Basic)CollectionToXmlConverts the specified ObservableCollection<ProjectCalendarException> to its XML representation. This is the format that the XamGantt uses to serialize out ProjectCalendar's Exceptions 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