예제 #1
0
 /// <summary>
 /// Create a new AutoSort object.
 /// </summary>
 /// <param name="invoiceID">Initial value of the InvoiceID property.</param>
 /// <param name="storeID">Initial value of the StoreID property.</param>
 /// <param name="customerID">Initial value of the CustomerID property.</param>
 /// <param name="queue">Initial value of the Queue property.</param>
 /// <param name="state">Initial value of the State property.</param>
 /// <param name="remaining">Initial value of the Remaining property.</param>
 /// <param name="baySection">Initial value of the BaySection property.</param>
 /// <param name="useBAMStorage">Initial value of the UseBAMStorage property.</param>
 /// <param name="subOut">Initial value of the SubOut property.</param>
 public static AutoSort CreateAutoSort(global::System.Int32 invoiceID, global::System.Int32 storeID, global::System.Int32 customerID, global::System.Int32 queue, global::System.Int32 state, global::System.Int32 remaining, global::System.Int32 baySection, global::System.Boolean useBAMStorage, global::System.Int32 subOut)
 {
     AutoSort autoSort = new AutoSort();
     autoSort.InvoiceID = invoiceID;
     autoSort.StoreID = storeID;
     autoSort.CustomerID = customerID;
     autoSort.Queue = queue;
     autoSort.State = state;
     autoSort.Remaining = remaining;
     autoSort.BaySection = baySection;
     autoSort.UseBAMStorage = useBAMStorage;
     autoSort.SubOut = subOut;
     return autoSort;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AutoSorts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAutoSorts(AutoSort autoSort)
 {
     base.AddObject("AutoSorts", autoSort);
 }