Exemplo n.º 1
0
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vPowerBILandUseStatistic(vPowerBILandUseStatistic vPowerBILandUseStatistic) : this()
 {
     this.PrimaryKey          = vPowerBILandUseStatistic.PrimaryKey;
     this.HRUCharacteristicID = vPowerBILandUseStatistic.HRUCharacteristicID;
     this.HydrologicSoilGroup = vPowerBILandUseStatistic.HydrologicSoilGroup;
     this.SlopePercentage     = vPowerBILandUseStatistic.SlopePercentage;
     this.ImperviousAcres     = vPowerBILandUseStatistic.ImperviousAcres;
     this.Area = vPowerBILandUseStatistic.Area;
     this.HRUCharacteristicLandUseCodeDisplayName = vPowerBILandUseStatistic.HRUCharacteristicLandUseCodeDisplayName;
     this.LSPCBasinID    = vPowerBILandUseStatistic.LSPCBasinID;
     this.WatershedName  = vPowerBILandUseStatistic.WatershedName;
     this.CatchIDN       = vPowerBILandUseStatistic.CatchIDN;
     this.DownCatchIDN   = vPowerBILandUseStatistic.DownCatchIDN;
     this.TreatmentBMPID = vPowerBILandUseStatistic.TreatmentBMPID;
     this.DelineationID  = vPowerBILandUseStatistic.DelineationID;
     this.WaterQualityManagementPlanID = vPowerBILandUseStatistic.WaterQualityManagementPlanID;
     this.RegionalSubbasinID           = vPowerBILandUseStatistic.RegionalSubbasinID;
     this.LoadGeneratingUnitID         = vPowerBILandUseStatistic.LoadGeneratingUnitID;
     this.LSPCBasinName = vPowerBILandUseStatistic.LSPCBasinName;
     this.LandUse       = vPowerBILandUseStatistic.LandUse;
     this.SurfaceKey    = vPowerBILandUseStatistic.SurfaceKey;
     CallAfterConstructor(vPowerBILandUseStatistic);
 }
Exemplo n.º 2
0
 partial void CallAfterConstructor(vPowerBILandUseStatistic vPowerBILandUseStatistic);