Пример #1
0
 /// <summary>
 /// Create a new ecommrc_ShippingZones 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>
 /// <param name="areas">Initial value of the Areas property.</param>
 public static ecommrc_ShippingZones Createecommrc_ShippingZones(global::System.Int64 id, global::System.Int64 storeId, global::System.String name, global::System.String areas)
 {
     ecommrc_ShippingZones ecommrc_ShippingZones = new ecommrc_ShippingZones();
     ecommrc_ShippingZones.Id = id;
     ecommrc_ShippingZones.StoreId = storeId;
     ecommrc_ShippingZones.Name = name;
     ecommrc_ShippingZones.Areas = areas;
     return ecommrc_ShippingZones;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ecommrc_ShippingZones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToecommrc_ShippingZones(ecommrc_ShippingZones ecommrc_ShippingZones)
 {
     base.AddObject("ecommrc_ShippingZones", ecommrc_ShippingZones);
 }