/// <summary> /// Constructor for building a new simple object with the POCO class /// </summary> public vGeoServerProjectSimpleLocations(vGeoServerProjectSimpleLocations vGeoServerProjectSimpleLocations) : this() { this.ProjectID = vGeoServerProjectSimpleLocations.ProjectID; this.PrimaryKey = vGeoServerProjectSimpleLocations.PrimaryKey; this.ProjectName = vGeoServerProjectSimpleLocations.ProjectName; this.TenantID = vGeoServerProjectSimpleLocations.TenantID; this.TenantName = vGeoServerProjectSimpleLocations.TenantName; CallAfterConstructor(vGeoServerProjectSimpleLocations); }
partial void CallAfterConstructor(vGeoServerProjectSimpleLocations vGeoServerProjectSimpleLocations);