Table of Contents

Class MinutelyRecurrence

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class MinutelyRecurrence : Recurrence

Inheritance

objectRecurrenceMinutelyRecurrence

Inherited Members

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<MinutelyRecurrence>(MinutelyRecurrence)

Constructors

MinutelyRecurrence()

public MinutelyRecurrence()

Properties

ActiveHours

active hours

public IList<int> ActiveHours { get; set; }

Property Value

IList<int>

AllDay

public bool AllDay { get; set; }

Property Value

bool

Recurrence

0 - 59

public int Recurrence { get; set; }

Property Value

int