RegisterProperties method

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

Implementation

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

  this.RegisterProperty(PersonaId);
  this.RegisterProperty(PersonaType);
  this.RegisterProperty(CreationTime);
  this.RegisterProperty(DisplayNameFirstLastHeader);
  this.RegisterProperty(DisplayNameLastFirstHeader);
  this.RegisterProperty(DisplayName);
  this.RegisterProperty(DisplayNameFirstLast);
  this.RegisterProperty(DisplayNameLastFirst);
  this.RegisterProperty(FileAs);
  this.RegisterProperty(Generation);
  this.RegisterProperty(DisplayNamePrefix);
  this.RegisterProperty(GivenName);
  this.RegisterProperty(Surname);
  this.RegisterProperty(Title);
  this.RegisterProperty(CompanyName);
//    this.RegisterProperty(EmailAddress);
//    this.RegisterProperty(EmailAddresses);
  this.RegisterProperty(ImAddress);
  this.RegisterProperty(HomeCity);
  this.RegisterProperty(WorkCity);
  this.RegisterProperty(Alias);
  this.RegisterProperty(RelevanceScore);
  this.RegisterProperty(Attributions);
  this.RegisterProperty(OfficeLocations);
  this.RegisterProperty(ImAddresses);
  this.RegisterProperty(Departments);
  this.RegisterProperty(ThirdPartyPhotoUrls);
}