Пример #1
0
 public void AddToBondNotes(BondNote bondNote)
 {
     base.AddObject("BondNotes", bondNote);
 }
Пример #2
0
 public static BondNote CreateBondNote(int ID, byte[] rowVersion, string bondsMan, string noteDate, string noteTime, string action, string notes, string createBy, global::System.DateTime createTime, string createOffice, string modifyBy, global::System.DateTime modifyTime, string modifyOffice, int workSheet_BondNote)
 {
     BondNote bondNote = new BondNote();
     bondNote.Id = ID;
     bondNote.RowVersion = rowVersion;
     bondNote.BondsMan = bondsMan;
     bondNote.NoteDate = noteDate;
     bondNote.NoteTime = noteTime;
     bondNote.Action = action;
     bondNote.Notes = notes;
     bondNote.CreateBy = createBy;
     bondNote.CreateTime = createTime;
     bondNote.CreateOffice = createOffice;
     bondNote.ModifyBy = modifyBy;
     bondNote.ModifyTime = modifyTime;
     bondNote.ModifyOffice = modifyOffice;
     bondNote.WorkSheet_BondNote = workSheet_BondNote;
     return bondNote;
 }