RegisterProperties method

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

Implementation

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

  this.RegisterProperty(ActualWork);
  this.RegisterProperty(AssignedTime);
  this.RegisterProperty(BillingInformation);
  this.RegisterProperty(ChangeCount);
  this.RegisterProperty(Companies);
  this.RegisterProperty(CompleteDate);
  this.RegisterProperty(Contacts);
  this.RegisterProperty(DelegationState);
  this.RegisterProperty(Delegator);
  this.RegisterProperty(DueDate);
  this.RegisterProperty(Mode);
  this.RegisterProperty(IsComplete);
  this.RegisterProperty(IsRecurring);
  this.RegisterProperty(IsTeamTask);
  this.RegisterProperty(Mileage);
  this.RegisterProperty(Owner);
  this.RegisterProperty(PercentComplete);
  this.RegisterProperty(Recurrence);
  this.RegisterProperty(StartDate);
  this.RegisterProperty(Status);
  this.RegisterProperty(StatusDescription);
  this.RegisterProperty(TotalWork);
}