/// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public fGeoServerGeospatialAreaAreasContainingProjectLocation_Result(fGeoServerGeospatialAreaAreasContainingProjectLocation_Result fGeoServerGeospatialAreaAreasContainingProjectLocation_Result) : this()
 {
     this.GeospatialAreaID        = fGeoServerGeospatialAreaAreasContainingProjectLocation_Result.GeospatialAreaID;
     this.PrimaryKey              = fGeoServerGeospatialAreaAreasContainingProjectLocation_Result.PrimaryKey;
     this.GeospatialAreaShortName = fGeoServerGeospatialAreaAreasContainingProjectLocation_Result.GeospatialAreaShortName;
     this.GeospatialAreaTypeID    = fGeoServerGeospatialAreaAreasContainingProjectLocation_Result.GeospatialAreaTypeID;
     CallAfterConstructor(fGeoServerGeospatialAreaAreasContainingProjectLocation_Result);
 }
 partial void CallAfterConstructor(fGeoServerGeospatialAreaAreasContainingProjectLocation_Result fGeoServerGeospatialAreaAreasContainingProjectLocation_Result);