class RecurrenceException


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

RecurrenceException ()


RecurrenceException (State state)


Properties

DateTime From { get; set; }


Int32 Id { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


Guid RecurrenceExceptionId { get; set; }


Guid RecurrenceId { get; set; }


Int32? SecurityIdentityId { get; set; }


State State { get; set; }


DateTime To { get; set; }