RegisterProperties method

  1. @override
void RegisterProperties()
override
Registers properties.

Implementation

@override
void RegisterProperties() {
  super.RegisterProperties();

  this.RegisterProperty(AssociatedAppointmentId);
  this.RegisterProperty(IsDelegated);
  this.RegisterProperty(IsOutOfDate);
  this.RegisterProperty(HasBeenProcessed);
  this.RegisterProperty(ResponseType);
  this.RegisterProperty(ICalUid);
  this.RegisterProperty(ICalRecurrenceId);
  this.RegisterProperty(ICalDateTimeStamp);
  this.RegisterProperty(IsOrganizer);
}