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