/// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vLoaStageProjectGrantAllocation(vLoaStageProjectGrantAllocation vLoaStageProjectGrantAllocation) : this()
 {
     this.ProjectID             = vLoaStageProjectGrantAllocation.ProjectID;
     this.ProjectGisIdentifier  = vLoaStageProjectGrantAllocation.ProjectGisIdentifier;
     this.MatchAmount           = vLoaStageProjectGrantAllocation.MatchAmount;
     this.PayAmount             = vLoaStageProjectGrantAllocation.PayAmount;
     this.ProjectStatus         = vLoaStageProjectGrantAllocation.ProjectStatus;
     this.GrantAllocationID     = vLoaStageProjectGrantAllocation.GrantAllocationID;
     this.LetterDate            = vLoaStageProjectGrantAllocation.LetterDate;
     this.ProjectExpirationDate = vLoaStageProjectGrantAllocation.ProjectExpirationDate;
     this.ApplicationDate       = vLoaStageProjectGrantAllocation.ApplicationDate;
     this.DecisionDate          = vLoaStageProjectGrantAllocation.DecisionDate;
     this.LoaStageID            = vLoaStageProjectGrantAllocation.LoaStageID;
     this.IsNortheast           = vLoaStageProjectGrantAllocation.IsNortheast;
     this.IsSoutheast           = vLoaStageProjectGrantAllocation.IsSoutheast;
     this.ProgramIndex          = vLoaStageProjectGrantAllocation.ProgramIndex;
     this.ProjectCode           = vLoaStageProjectGrantAllocation.ProjectCode;
     CallAfterConstructor(vLoaStageProjectGrantAllocation);
 }
 partial void CallAfterConstructor(vLoaStageProjectGrantAllocation vLoaStageProjectGrantAllocation);