/// <summary> /// Create a new SHFE_MonthlySettlePrice object. /// </summary> /// <param name="sHFE_SettlePriceID">Initial value of the SHFE_SettlePriceID property.</param> public static SHFE_MonthlySettlePrice CreateSHFE_MonthlySettlePrice(global::System.Int32 sHFE_SettlePriceID) { SHFE_MonthlySettlePrice sHFE_MonthlySettlePrice = new SHFE_MonthlySettlePrice(); sHFE_MonthlySettlePrice.SHFE_SettlePriceID = sHFE_SettlePriceID; return sHFE_MonthlySettlePrice; }
/// <summary> /// Deprecated Method for adding a new object to the SHFE_MonthlySettlePrice EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSHFE_MonthlySettlePrice(SHFE_MonthlySettlePrice sHFE_MonthlySettlePrice) { base.AddObject("SHFE_MonthlySettlePrice", sHFE_MonthlySettlePrice); }