Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_BLOB_TRIGGERS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_BLOB_TRIGGERS(QRTZ_BLOB_TRIGGERS qRTZ_BLOB_TRIGGERS)
 {
     base.AddObject("QRTZ_BLOB_TRIGGERS", qRTZ_BLOB_TRIGGERS);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new QRTZ_BLOB_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>
 public static QRTZ_BLOB_TRIGGERS CreateQRTZ_BLOB_TRIGGERS(global::System.String tRIGGER_NAME, global::System.String tRIGGER_GROUP)
 {
     QRTZ_BLOB_TRIGGERS qRTZ_BLOB_TRIGGERS = new QRTZ_BLOB_TRIGGERS();
     qRTZ_BLOB_TRIGGERS.TRIGGER_NAME = tRIGGER_NAME;
     qRTZ_BLOB_TRIGGERS.TRIGGER_GROUP = tRIGGER_GROUP;
     return qRTZ_BLOB_TRIGGERS;
 }