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