コード例 #1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vNereidLoadingInput(vNereidLoadingInput vNereidLoadingInput) : this()
 {
     this.PrimaryKey    = vNereidLoadingInput.PrimaryKey;
     this.DelineationID = vNereidLoadingInput.DelineationID;
     this.WaterQualityManagementPlanID = vNereidLoadingInput.WaterQualityManagementPlanID;
     this.RegionalSubbasinID           = vNereidLoadingInput.RegionalSubbasinID;
     this.OCSurveyCatchmentID          = vNereidLoadingInput.OCSurveyCatchmentID;
     this.LSPCBasinKey        = vNereidLoadingInput.LSPCBasinKey;
     this.LandUseCode         = vNereidLoadingInput.LandUseCode;
     this.BaselineLandUseCode = vNereidLoadingInput.BaselineLandUseCode;
     this.HydrologicSoilGroup = vNereidLoadingInput.HydrologicSoilGroup;
     this.SlopePercentage     = vNereidLoadingInput.SlopePercentage;
     this.Area                                   = vNereidLoadingInput.Area;
     this.ImperviousAcres                        = vNereidLoadingInput.ImperviousAcres;
     this.BaselineImperviousAcres                = vNereidLoadingInput.BaselineImperviousAcres;
     this.DelineationIsVerified                  = vNereidLoadingInput.DelineationIsVerified;
     this.SpatiallyAssociatedModelingApproach    = vNereidLoadingInput.SpatiallyAssociatedModelingApproach;
     this.RelationallyAssociatedModelingApproach = vNereidLoadingInput.RelationallyAssociatedModelingApproach;
     CallAfterConstructor(vNereidLoadingInput);
 }
コード例 #2
0
 partial void CallAfterConstructor(vNereidLoadingInput vNereidLoadingInput);