Exemplo n.º 1
0
 /// <summary>
 /// Create a new Borrower object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="modifiedBy">Initial value of the ModifiedBy property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="timeStamp">Initial value of the TimeStamp property.</param>
 public static Borrower CreateBorrower(global::System.Int32 id, global::System.String name, global::System.String modifiedBy, global::System.DateTime modifiedDate, global::System.Byte[] timeStamp)
 {
     Borrower borrower = new Borrower();
     borrower.Id = id;
     borrower.Name = name;
     borrower.ModifiedBy = modifiedBy;
     borrower.ModifiedDate = modifiedDate;
     borrower.TimeStamp = timeStamp;
     return borrower;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Borrowers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBorrowers(Borrower borrower)
 {
     base.AddObject("Borrowers", borrower);
 }