/// <summary> /// Deprecated Method for adding a new object to the bvc_OrderNote EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_OrderNote(bvc_OrderNote bvc_OrderNote) { base.AddObject("bvc_OrderNote", bvc_OrderNote); }
/// <summary> /// Create a new bvc_OrderNote object. /// </summary> /// <param name="id">Initial value of the Id 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="isPublic">Initial value of the IsPublic property.</param> /// <param name="lastUpdatedUtc">Initial value of the LastUpdatedUtc property.</param> /// <param name="storeId">Initial value of the StoreId property.</param> public static bvc_OrderNote Createbvc_OrderNote(global::System.Int64 id, global::System.String orderId, global::System.DateTime auditDate, global::System.String note, global::System.Boolean isPublic, global::System.DateTime lastUpdatedUtc, global::System.Int64 storeId) { bvc_OrderNote bvc_OrderNote = new bvc_OrderNote(); bvc_OrderNote.Id = id; bvc_OrderNote.OrderId = orderId; bvc_OrderNote.AuditDate = auditDate; bvc_OrderNote.Note = note; bvc_OrderNote.IsPublic = isPublic; bvc_OrderNote.LastUpdatedUtc = lastUpdatedUtc; bvc_OrderNote.StoreId = storeId; return bvc_OrderNote; }