Version

ProjectCalendarException Class Members

The following tables list the members exposed by ProjectCalendarException.

Public Constructors
 NameDescription
Public ConstructorProjectCalendarException ConstructorInitializes a new ProjectCalendarException  
Public Properties
 NameDescription
Public PropertyDateRangeReturns or sets the date range for which the specified changes are in effect.  
Public PropertyDaySettingsReturns or sets an object that provides the working time information for the exception.  
Public PropertyDisplayNameReturns or sets the name for the exception.  
Public PropertyRecurrenceReturns or sets an object that provides the recurrence pattern for the exception.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
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)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also