예제 #1
0
 /// <summary>
 /// StateAndMunicipalPropertyIdentifyingData class constructor
 /// </summary>
 public StateAndMunicipalPropertyIdentifyingData()
 {
     this.realEstateNeighboringPropertiesField = new List <RealEstateNeighboringProperty>();
     this.actIdentifierField                = new StateAndMunicipalPropertyIdentifyingDataActIdentifier();
     this.landPropertyOldIdentifierField    = new StateAndMunicipalPropertyIdentifyingDataLandPropertyOldIdentifier();
     this.realEstateCadastreIdentifierField = new RealEstateCadastreIdentifier();
     this.realEstateAddressField            = new RealEstateAddressData();
 }
 /// <summary>
 /// RealEstateNeighboringProperty class constructor
 /// </summary>
 public RealEstateNeighboringProperty()
 {
     this.realEstateCadastreIdentifierField = new RealEstateCadastreIdentifier();
 }