Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_PAUSED_TRIGGER_GRPS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_PAUSED_TRIGGER_GRPS(QRTZ_PAUSED_TRIGGER_GRPS qRTZ_PAUSED_TRIGGER_GRPS)
 {
     base.AddObject("QRTZ_PAUSED_TRIGGER_GRPS", qRTZ_PAUSED_TRIGGER_GRPS);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new QRTZ_PAUSED_TRIGGER_GRPS object.
 /// </summary>
 /// <param name="tRIGGER_GROUP">Initial value of the TRIGGER_GROUP property.</param>
 public static QRTZ_PAUSED_TRIGGER_GRPS CreateQRTZ_PAUSED_TRIGGER_GRPS(global::System.String tRIGGER_GROUP)
 {
     QRTZ_PAUSED_TRIGGER_GRPS qRTZ_PAUSED_TRIGGER_GRPS = new QRTZ_PAUSED_TRIGGER_GRPS();
     qRTZ_PAUSED_TRIGGER_GRPS.TRIGGER_GROUP = tRIGGER_GROUP;
     return qRTZ_PAUSED_TRIGGER_GRPS;
 }