Version

ProjectCalendar Class Members

The following tables list the members exposed by ProjectCalendar.

Public Constructors
 NameDescription
Public ConstructorProjectCalendar ConstructorInitializes a new ProjectCalendar  
Public Properties
 NameDescription
Public PropertyBaseCalendarIdReturns or sets the id of the base calendar.  
Public PropertyDataItemGets the underlying data item if any.  
Public PropertyDaysOfWeekReturns or sets the working time information for the days of the week in the associated Infragistics.DateRange  
Public PropertyDisplayNameReturns or sets the name for the calendar.  
Public PropertyExceptionsReturns a collection of objects that provides adjustments to the working times based on a specified recurrence pattern.  
Public PropertyIsBaseCalendarReturns or sets a boolean indicating if the object is a base calendar.  
Public PropertyUniqueIdReturns or sets the string that uniquely identifies the calendar within the collection.  
Public PropertyWorkWeeksReturns a collection of objects that provides working times for the days of the week for specific ranges of dates.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromDaysOfWeekXmlConverts the specified xml to an instance of ScheduleDaysOfWeek.  
Public Methodstatic (Shared in Visual Basic)FromExceptionsXmlConverts the specified xml to an instance of ObservableCollectionExtended<ProjectCalendarException>.  
Public Methodstatic (Shared in Visual Basic)FromWorkWeeksXmlConverts the specified xml to an instance of ObservableCollectionExtended<ProjectCalendarWorkWeek>.  
Public Methodstatic (Shared in Visual Basic)ToDaysOfWeekXmlConverts the specified ScheduleDaysOfWeek to its XML representation. This is the format that the XamGantt uses to serialize out ScheduleDaysOfWeek instances into underlying data item that provides a string type property mapping.  
Public Methodstatic (Shared in Visual Basic)ToExceptionsXmlConverts the specified ObservableCollectionExtended<ProjectCalendarException> to its XML representation. This is the format that the XamGantt uses to serialize out Exceptions property's value into underlying data item that provides a string type property mapping.  
Public Methodstatic (Shared in Visual Basic)ToWorkWeeksXmlConverts the specified ScheduleWorkWeeks to its XML representation. This is the format that the XamGantt uses to serialize out ScheduleWorkWeeks instances into underlying data item that provides a string type property mapping.  
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