示例#1
0
 /// <summary>
 /// Creates a new instance of Entity.
 /// </summary>
 public Entity() {
     this.mubanField = new List<uint>();
     this.parentField = new List<uint>();
     this.newgeocodeField = new List<uint>();
     this.parkField = new List<Park>();
     this.entitycountField = new List<EntityCount>();
     this.entityField = new List<Entity>();
     this.populationField = new List<PopulationData>();
     this.historyField = new HistoryList();
     this.areaField = new Area();
     this.officeField = new List<Office>();
     this.symbolsField = new Symbols();
     this.codesField = new OtherIdentifier();
 }
示例#2
0
 /// <summary>
 /// Creates a new instance of Office.
 /// </summary>
 public Office() {
     this.areaField = new Area();
     this.areacoverageField = new List<LocalGovernmentCoverageEntity>();
     this.historyField = new HistoryList();
     this.oldlocationsField = new List<OldLocation>();
     this.councilField = new CouncilList();
     this.officialsField = new OfficialList();
     this.socialwebField = new SocialWebLinkEntry();
     this.urlField = new List<MyUri>();
     this.addressField = new ThaiAddress();
     this.dolaField = new LocalAdministrationData();
     this.symbolsField = new Symbols();
 }