RegisterProperties method

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

Implementation

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

//            this.RegisterProperty(Start);
//            this.RegisterProperty(End);
  this.RegisterProperty(Location);
  this.RegisterProperty(Recurrence);
  this.RegisterProperty(AppointmentType);
  this.RegisterProperty(EnhancedLocation);
}