/// <summary> /// Create a new DyeingJO object. /// </summary> /// <param name="dyeingJOId">Initial value of the DyeingJOId property.</param> /// <param name="jODate">Initial value of the JODate property.</param> /// <param name="quoteNo">Initial value of the QuoteNo property.</param> /// <param name="quoteDate">Initial value of the QuoteDate property.</param> /// <param name="gRNRefNo">Initial value of the GRNRefNo property.</param> /// <param name="orderRef">Initial value of the OrderRef property.</param> /// <param name="process">Initial value of the Process property.</param> /// <param name="termsAndConditions">Initial value of the TermsAndConditions property.</param> /// <param name="totalValue">Initial value of the TotalValue property.</param> /// <param name="approvalID">Initial value of the ApprovalID property.</param> /// <param name="supplierID">Initial value of the SupplierID property.</param> /// <param name="orderID">Initial value of the OrderID property.</param> /// <param name="purchaseOrderID">Initial value of the PurchaseOrderID property.</param> public static DyeingJO CreateDyeingJO(global::System.Int64 dyeingJOId, global::System.DateTime jODate, global::System.String quoteNo, global::System.DateTime quoteDate, global::System.String gRNRefNo, global::System.String orderRef, global::System.String process, global::System.String termsAndConditions, global::System.Decimal totalValue, global::System.Int64 approvalID, global::System.Int32 supplierID, global::System.Int64 orderID, global::System.Int64 purchaseOrderID) { DyeingJO dyeingJO = new DyeingJO(); dyeingJO.DyeingJOId = dyeingJOId; dyeingJO.JODate = jODate; dyeingJO.QuoteNo = quoteNo; dyeingJO.QuoteDate = quoteDate; dyeingJO.GRNRefNo = gRNRefNo; dyeingJO.OrderRef = orderRef; dyeingJO.Process = process; dyeingJO.TermsAndConditions = termsAndConditions; dyeingJO.TotalValue = totalValue; dyeingJO.ApprovalID = approvalID; dyeingJO.SupplierID = supplierID; dyeingJO.OrderID = orderID; dyeingJO.PurchaseOrderID = purchaseOrderID; return dyeingJO; }
/// <summary> /// Deprecated Method for adding a new object to the DyeingJOes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDyeingJOes(DyeingJO dyeingJO) { base.AddObject("DyeingJOes", dyeingJO); }