Class SchedulingRecurrenceViewModel
Inheritance
System.Object
SchedulingRecurrenceViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SchedulingRecurrenceViewModel : ViewModelBase
Fields
DefaultMaxOccurrences
Declaration
public static readonly int DefaultMaxOccurrences
Field Value
System.
|
Properties
DayOfMonth
Declaration
public int DayOfMonth { get; set; }
Property Value
System.
|
ExecutionTime
Declaration
public DateTime ExecutionTime { get; set; }
Property Value
System.
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.
|
MaxOccurrences
Declaration
public int MaxOccurrences { get; set; }
Property Value
System.
|
MonthOfYear
Declaration
public int MonthOfYear { get; set; }
Property Value
System.
|
NamesOfMonths
Declaration
public IDictionary<int, string> NamesOfMonths { get; }
Property Value
System.
|
NthRecurrenceDay
Declaration
public RecurrenceDays NthRecurrenceDay { get; set; }
Property Value
Telerik.
|
NthRecurrenceDays
Declaration
public IList<NameValueItem<RecurrenceDays>> NthRecurrenceDays { get; }
Property Value
System.
|
RecurrenceRangeType
Declaration
public RecurrenceRangeType RecurrenceRangeType { get; set; }
Property Value
Telerik.
|
RecurrenceType
Declaration
public RecurrenceType RecurrenceType { get; set; }
Property Value
Telerik.
|
RecursUntil
Declaration
public DateTime RecursUntil { get; set; }
Property Value
System.
|
WeekDays
Declaration
public IList<NameValueItem<RecurrenceDays>> WeekDays { get; }
Property Value
System.
|
WeekOfMonth
Declaration
public WeekOfMonth WeekOfMonth { get; set; }
Property Value
Telerik.
|
WeekOfMonths
Declaration
public IList<NameValueItem<WeekOfMonth>> WeekOfMonths { get; }
Property Value
System.
|