Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_CRON_TRIGGERS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_CRON_TRIGGERS(QRTZ_CRON_TRIGGERS qRTZ_CRON_TRIGGERS)
 {
     base.AddObject("QRTZ_CRON_TRIGGERS", qRTZ_CRON_TRIGGERS);
 }
Пример #2
0
 /// <summary>
 /// Create a new QRTZ_CRON_TRIGGERS object.
 /// </summary>
 /// <param name="tRIGGER_NAME">Initial value of the TRIGGER_NAME property.</param>
 /// <param name="tRIGGER_GROUP">Initial value of the TRIGGER_GROUP property.</param>
 /// <param name="cRON_EXPRESSION">Initial value of the CRON_EXPRESSION property.</param>
 public static QRTZ_CRON_TRIGGERS CreateQRTZ_CRON_TRIGGERS(global::System.String tRIGGER_NAME, global::System.String tRIGGER_GROUP, global::System.String cRON_EXPRESSION)
 {
     QRTZ_CRON_TRIGGERS qRTZ_CRON_TRIGGERS = new QRTZ_CRON_TRIGGERS();
     qRTZ_CRON_TRIGGERS.TRIGGER_NAME = tRIGGER_NAME;
     qRTZ_CRON_TRIGGERS.TRIGGER_GROUP = tRIGGER_GROUP;
     qRTZ_CRON_TRIGGERS.CRON_EXPRESSION = cRON_EXPRESSION;
     return qRTZ_CRON_TRIGGERS;
 }