class Recurrence


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Recurrence ()


Recurrence (State state)


Properties

Guid EventId { get; set; }


DateTime? ExpirationDate { get; set; }


Int32 Id { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


Guid RecurrenceId { get; set; }


EDays RecursInTheDay { get; set; }


EMounth RecursInTheMonth { get; set; }


Int64 RecursInTheMonthDays { get; set; }


ERecursInTheMounthOn RecursInTheMonthOn { get; set; }


Int32? RepeatEvery { get; set; }


EStartTriggerType? StartType { get; set; }


State State { get; set; }