/// <summary> /// Deprecated Method for adding a new object to the MP_ShowCost EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMP_ShowCost(MP_ShowCost mP_ShowCost) { base.AddObject("MP_ShowCost", mP_ShowCost); }
/// <summary> /// Create a new MP_ShowCost object. /// </summary> /// <param name="showId">Initial value of the ShowId property.</param> /// <param name="zoneId">Initial value of the ZoneId property.</param> /// <param name="cost">Initial value of the Cost property.</param> public static MP_ShowCost CreateMP_ShowCost(global::System.Int32 showId, global::System.Int32 zoneId, global::System.Decimal cost) { MP_ShowCost mP_ShowCost = new MP_ShowCost(); mP_ShowCost.ShowId = showId; mP_ShowCost.ZoneId = zoneId; mP_ShowCost.Cost = cost; return mP_ShowCost; }