/// <summary>
 /// Create a new alloted_total object.
 /// </summary>
 /// <param name="item_Code">Initial value of the Item_Code property.</param>
 public static alloted_total Createalloted_total(global::System.String item_Code)
 {
     alloted_total alloted_total = new alloted_total();
     alloted_total.Item_Code = item_Code;
     return alloted_total;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the alloted_total EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToalloted_total(alloted_total alloted_total)
 {
     base.AddObject("alloted_total", alloted_total);
 }