Version

ScheduleDaysOfWeek Class Members

The following tables list the members exposed by ScheduleDaysOfWeek.

Public Constructors
 NameDescription
Public ConstructorScheduleDaysOfWeek ConstructorConstructor. Initializes a new instance of ScheduleDaysOfWeek class.  
Public Properties
 NameDescription
Public PropertyFridayGets or sets the ScheduleDayOfWeek instance for Friday. Default value is Null.  
Public PropertyItemGets or sets the ScheduleDayOfWeek object for the specified day of week. Default value is Null.  
Public PropertyMondayGets or sets the ScheduleDayOfWeek instance for Monday. Default value is Null.  
Public PropertySaturdayGets or sets the ScheduleDayOfWeek instance for Saturday. Default value is Null.  
Public PropertySundayGets or sets the ScheduleDayOfWeek instance for Sunday. Default value is Null.  
Public PropertyThursdayGets or sets the ScheduleDayOfWeek instance for Thursday. Default value is Null.  
Public PropertyTuesdayGets or sets the ScheduleDayOfWeek instance for Tuesday. Default value is Null.  
Public PropertyWednesdayGets or sets the ScheduleDayOfWeek instance for Wednesday. Default value is Null.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromXmlConverts the specified xml to an instance of ScheduleDaysOfWeek.  
Public Methodstatic (Shared in Visual Basic)ToXmlConverts the specified ScheduleDaysOfWeek to its XML representation. This is the format that the XamSchedule uses to serialize out ScheduleDaysOfWeek instance into an underlying data item that provides a string type property mapping.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also