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