コード例 #1
0
ファイル: MES.Designer.cs プロジェクト: jimidzj/Inspect
 /// <summary>
 /// Create a new tsysdaemonschedule object.
 /// </summary>
 /// <param name="scheduleid">Initial value of the scheduleid property.</param>
 /// <param name="taskid">Initial value of the taskid property.</param>
 /// <param name="schedulename">Initial value of the schedulename property.</param>
 /// <param name="cronstring">Initial value of the cronstring property.</param>
 /// <param name="schedulestatus">Initial value of the schedulestatus property.</param>
 /// <param name="schedulelock">Initial value of the schedulelock property.</param>
 /// <param name="logfile">Initial value of the logfile property.</param>
 public static tsysdaemonschedule Createtsysdaemonschedule(global::System.String scheduleid, global::System.String taskid, global::System.String schedulename, global::System.String cronstring, global::System.String schedulestatus, global::System.String schedulelock, global::System.String logfile)
 {
     tsysdaemonschedule tsysdaemonschedule = new tsysdaemonschedule();
     tsysdaemonschedule.scheduleid = scheduleid;
     tsysdaemonschedule.taskid = taskid;
     tsysdaemonschedule.schedulename = schedulename;
     tsysdaemonschedule.cronstring = cronstring;
     tsysdaemonschedule.schedulestatus = schedulestatus;
     tsysdaemonschedule.schedulelock = schedulelock;
     tsysdaemonschedule.logfile = logfile;
     return tsysdaemonschedule;
 }
コード例 #2
0
ファイル: MES.Designer.cs プロジェクト: jimidzj/Inspect
 /// <summary>
 /// Deprecated Method for adding a new object to the tsysdaemonschedule EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsysdaemonschedule(tsysdaemonschedule tsysdaemonschedule)
 {
     base.AddObject("tsysdaemonschedule", tsysdaemonschedule);
 }