Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_JOB_LISTENERS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_JOB_LISTENERS(QRTZ_JOB_LISTENERS qRTZ_JOB_LISTENERS)
 {
     base.AddObject("QRTZ_JOB_LISTENERS", qRTZ_JOB_LISTENERS);
 }
Example #2
0
 /// <summary>
 /// Create a new QRTZ_JOB_LISTENERS object.
 /// </summary>
 /// <param name="jOB_NAME">Initial value of the JOB_NAME property.</param>
 /// <param name="jOB_GROUP">Initial value of the JOB_GROUP property.</param>
 /// <param name="jOB_LISTENER">Initial value of the JOB_LISTENER property.</param>
 public static QRTZ_JOB_LISTENERS CreateQRTZ_JOB_LISTENERS(global::System.String jOB_NAME, global::System.String jOB_GROUP, global::System.String jOB_LISTENER)
 {
     QRTZ_JOB_LISTENERS qRTZ_JOB_LISTENERS = new QRTZ_JOB_LISTENERS();
     qRTZ_JOB_LISTENERS.JOB_NAME = jOB_NAME;
     qRTZ_JOB_LISTENERS.JOB_GROUP = jOB_GROUP;
     qRTZ_JOB_LISTENERS.JOB_LISTENER = jOB_LISTENER;
     return qRTZ_JOB_LISTENERS;
 }