Example #1
0
 /// <summary>
 /// Create a new MA_PART object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static MA_PART CreateMA_PART(global::System.Int32 id)
 {
     MA_PART mA_PART = new MA_PART();
     mA_PART.ID = id;
     return mA_PART;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MA_PART EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMA_PART(MA_PART mA_PART)
 {
     base.AddObject("MA_PART", mA_PART);
 }