The following tables list the members exposed by ScheduleDaysOfWeek.
Name | Description | |
---|---|---|
ScheduleDaysOfWeek Constructor | Constructor. Initializes a new instance of ScheduleDaysOfWeek class. |
Name | Description | |
---|---|---|
Friday | Gets or sets the ScheduleDayOfWeek instance for Friday. Default value is Null. | |
Item | Gets or sets the ScheduleDayOfWeek object for the specified day of week. Default value is Null. | |
Monday | Gets or sets the ScheduleDayOfWeek instance for Monday. Default value is Null. | |
Saturday | Gets or sets the ScheduleDayOfWeek instance for Saturday. Default value is Null. | |
Sunday | Gets or sets the ScheduleDayOfWeek instance for Sunday. Default value is Null. | |
Thursday | Gets or sets the ScheduleDayOfWeek instance for Thursday. Default value is Null. | |
Tuesday | Gets or sets the ScheduleDayOfWeek instance for Tuesday. Default value is Null. | |
Wednesday | Gets or sets the ScheduleDayOfWeek instance for Wednesday. Default value is Null. |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
FromXml | Converts the specified xml to an instance of ScheduleDaysOfWeek. | |
ToXml | Converts 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. |
Name | Description | |
---|---|---|
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier) |