Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MST_MODULE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMST_MODULE(MST_MODULE mST_MODULE)
 {
     base.AddObject("MST_MODULE", mST_MODULE);
 }
Example #2
0
 /// <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;
 }