コード例 #1
0
 /// <summary>
 /// Creates a "blank" object of this type and populates primitives with defaults
 /// </summary>
 public static AgreementGrantAllocation CreateNewBlank(Agreement agreement, GrantAllocation grantAllocation)
 {
     return(new AgreementGrantAllocation(agreement, grantAllocation));
 }