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