/// <summary> /// Creates a "blank" object of this type and populates primitives with defaults /// </summary> public static GrantAllocation CreateNewBlank(GrantModification grantModification) { return(new GrantAllocation(grantModification)); }
/// <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))); }