Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_OrderNote EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_OrderNote(bvc_OrderNote bvc_OrderNote)
 {
     base.AddObject("bvc_OrderNote", bvc_OrderNote);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_OrderNote object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="orderId">Initial value of the OrderId property.</param>
 /// <param name="auditDate">Initial value of the AuditDate property.</param>
 /// <param name="note">Initial value of the Note property.</param>
 /// <param name="noteType">Initial value of the NoteType property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_OrderNote Createbvc_OrderNote(global::System.String bvin, global::System.String orderId, global::System.DateTime auditDate, global::System.String note, global::System.Int32 noteType, global::System.DateTime lastUpdated)
 {
     bvc_OrderNote bvc_OrderNote = new bvc_OrderNote();
     bvc_OrderNote.bvin = bvin;
     bvc_OrderNote.OrderId = orderId;
     bvc_OrderNote.AuditDate = auditDate;
     bvc_OrderNote.Note = note;
     bvc_OrderNote.NoteType = noteType;
     bvc_OrderNote.LastUpdated = lastUpdated;
     return bvc_OrderNote;
 }