/// <summary> /// Constructor for building a new simple object with the POCO class /// </summary> public vLoaStageGrantAllocationByProgramIndexProjectCode(vLoaStageGrantAllocationByProgramIndexProjectCode vLoaStageGrantAllocationByProgramIndexProjectCode) : this() { this.LoaStageID = vLoaStageGrantAllocationByProgramIndexProjectCode.LoaStageID; this.GrantAllocationID = vLoaStageGrantAllocationByProgramIndexProjectCode.GrantAllocationID; this.GrantID = vLoaStageGrantAllocationByProgramIndexProjectCode.GrantID; this.IsNortheast = vLoaStageGrantAllocationByProgramIndexProjectCode.IsNortheast; this.IsSoutheast = vLoaStageGrantAllocationByProgramIndexProjectCode.IsSoutheast; this.ProgramIndex = vLoaStageGrantAllocationByProgramIndexProjectCode.ProgramIndex; this.ProjectCode = vLoaStageGrantAllocationByProgramIndexProjectCode.ProjectCode; CallAfterConstructor(vLoaStageGrantAllocationByProgramIndexProjectCode); }
partial void CallAfterConstructor(vLoaStageGrantAllocationByProgramIndexProjectCode vLoaStageGrantAllocationByProgramIndexProjectCode);