/// <summary> /// Create a new ActivityLog object. /// </summary> /// <param name="log_id">Initial value of the log_id property.</param> /// <param name="activity">Initial value of the activity property.</param> /// <param name="log_date">Initial value of the log_date property.</param> /// <param name="run_rc">Initial value of the run_rc property.</param> public static ActivityLog CreateActivityLog(global::System.Int32 log_id, global::System.String activity, global::System.DateTime log_date, global::System.Int32 run_rc) { ActivityLog activityLog = new ActivityLog(); activityLog.log_id = log_id; activityLog.activity = activity; activityLog.log_date = log_date; activityLog.run_rc = run_rc; return activityLog; }
/// <summary> /// Deprecated Method for adding a new object to the ActivityLogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToActivityLogs(ActivityLog activityLog) { base.AddObject("ActivityLogs", activityLog); }