Class MinutelyJobSchedule
Namespace: Casewhere.Models.RuntimeSchedulers
Assembly: Casewhere.Models.dll
public class MinutelyJobSchedule : JobSchedule
Inheritance
object ← JobSchedule ← MinutelyJobSchedule
Inherited Members
JobSchedule.TimezoneId, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<MinutelyJobSchedule>(MinutelyJobSchedule)
Constructors
MinutelyJobSchedule()
public MinutelyJobSchedule()
Properties
ActiveHours
active hours
public IList<int> ActiveHours { get; set; }
Property Value
AllDay
public bool AllDay { get; set; }
Property Value
Recurrence
0 - 59
public int Recurrence { get; set; }