Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_TRIGGER_LISTENERS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_TRIGGER_LISTENERS(QRTZ_TRIGGER_LISTENERS qRTZ_TRIGGER_LISTENERS)
 {
     base.AddObject("QRTZ_TRIGGER_LISTENERS", qRTZ_TRIGGER_LISTENERS);
 }
Example #2
0
 /// <summary>
 /// Create a new QRTZ_TRIGGER_LISTENERS 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="tRIGGER_LISTENER">Initial value of the TRIGGER_LISTENER property.</param>
 public static QRTZ_TRIGGER_LISTENERS CreateQRTZ_TRIGGER_LISTENERS(global::System.String tRIGGER_NAME, global::System.String tRIGGER_GROUP, global::System.String tRIGGER_LISTENER)
 {
     QRTZ_TRIGGER_LISTENERS qRTZ_TRIGGER_LISTENERS = new QRTZ_TRIGGER_LISTENERS();
     qRTZ_TRIGGER_LISTENERS.TRIGGER_NAME = tRIGGER_NAME;
     qRTZ_TRIGGER_LISTENERS.TRIGGER_GROUP = tRIGGER_GROUP;
     qRTZ_TRIGGER_LISTENERS.TRIGGER_LISTENER = tRIGGER_LISTENER;
     return qRTZ_TRIGGER_LISTENERS;
 }