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