/// <summary>
 /// Creates a "blank" object of this type and populates primitives with defaults
 /// </summary>
 public static GrantAllocation CreateNewBlank(GrantModification grantModification)
 {
     return(new GrantAllocation(grantModification));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a "blank" object of this type and populates primitives with defaults
 /// </summary>
 public static GrantModificationGrantModificationPurpose CreateNewBlank(GrantModification grantModification, GrantModificationPurpose grantModificationPurpose)
 {
     return(new GrantModificationGrantModificationPurpose(grantModification, grantModificationPurpose));
 }
 /// <summary>
 /// Creates a "blank" object of this type and populates primitives with defaults
 /// </summary>
 public static GrantModificationNoteInternal CreateNewBlank(GrantModification grantModification, Person createdByPerson)
 {
     return(new GrantModificationNoteInternal(grantModification, createdByPerson, default(DateTime)));
 }