public class MonthlyOrdinalPeriod : OrdinalPeriod,
IExecutionMonthlyPeriod, INotifyPropertyChangedPublic Class MonthlyOrdinalPeriod
Inherits OrdinalPeriod
Implements IExecutionMonthlyPeriod, INotifyPropertyChanged| MonthlyOrdinalPeriod | Initializes a new instance of the MonthlyOrdinalPeriod class |
| DayOfWeek | Day of week when the task will be executed. |
| Ordinal | Sets the occurrence of DayOfWeek to execute the task. |
| GetNextDate | Finds the next date to execute the task. |
| ValidateModel | Validates model. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |