/// <summary>
 /// Create a new ecommrc_TaxSchedules object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ecommrc_TaxSchedules Createecommrc_TaxSchedules(global::System.Int64 id, global::System.Int64 storeId, global::System.String name)
 {
     ecommrc_TaxSchedules ecommrc_TaxSchedules = new ecommrc_TaxSchedules();
     ecommrc_TaxSchedules.Id = id;
     ecommrc_TaxSchedules.StoreId = storeId;
     ecommrc_TaxSchedules.Name = name;
     return ecommrc_TaxSchedules;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ecommrc_TaxSchedules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToecommrc_TaxSchedules(ecommrc_TaxSchedules ecommrc_TaxSchedules)
 {
     base.AddObject("ecommrc_TaxSchedules", ecommrc_TaxSchedules);
 }