[SerializableAttribute]
public class Periodicity
<SerializableAttribute>
Public Class Periodicity
Periodicity | Initializes a new instance of the Periodicity class |
DateEnd | Final day of the periodicity. |
DateStart | Starting day of the periodicity. |
DayFriday | Day Friday activated. |
DayMonday | Day Monday activated. |
DaySaturday | Day Saturday activated. |
DaySunday | Day Sunday activated. |
DayThursday | Day Thursday activated. |
DayTuesday | Day Tuesday activated. |
DayWednesday | Day Wednesday activated. |
RepeatEvery | Repeat every. |
Type | Type of periodicity. |
DayActivated | Indicates based on the date if the day is activated. |
NextDate | Gets the next date based on the configuration settings. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |