Exemple #1
0
 public GrantAllocationRequestAmount(IGrantAllocationRequestAmount grantAllocationRequestAmount)
 {
     GrantAllocation = grantAllocationRequestAmount.GrantAllocation;
     TotalAmount     = grantAllocationRequestAmount.TotalAmount;
     MatchAmount     = grantAllocationRequestAmount.MatchAmount;
     PayAmount       = grantAllocationRequestAmount.PayAmount;
 }
Exemple #2
0
 public static GrantAllocationRequestAmount Clone(IGrantAllocationRequestAmount grantAllocationRequestAmountToDiff, string displayCssClass)
 {
     return(new GrantAllocationRequestAmount(grantAllocationRequestAmountToDiff.GrantAllocation,
                                             grantAllocationRequestAmountToDiff.TotalAmount,
                                             grantAllocationRequestAmountToDiff.MatchAmount,
                                             grantAllocationRequestAmountToDiff.PayAmount,
                                             displayCssClass));
 }
 public GrantAllocationRequestAmount(IGrantAllocationRequestAmount grantAllocationRequestAmount)
 {
     GrantAllocation = grantAllocationRequestAmount.GrantAllocation;
     TotalAmount     = grantAllocationRequestAmount.TotalAmount;
 }