/// <summary> /// Create a new Schedule_Schedule object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="startTime">Initial value of the StartTime property.</param> /// <param name="endTime">Initial value of the EndTime property.</param> /// <param name="elapseTime">Initial value of the ElapseTime property.</param> /// <param name="dateAdded">Initial value of the DateAdded property.</param> public static Schedule_Schedule CreateSchedule_Schedule(global::System.Int32 id, global::System.String name, global::System.String startTime, global::System.String endTime, global::System.Int32 elapseTime, global::System.DateTime dateAdded) { Schedule_Schedule schedule_Schedule = new Schedule_Schedule(); schedule_Schedule.Id = id; schedule_Schedule.Name = name; schedule_Schedule.StartTime = startTime; schedule_Schedule.EndTime = endTime; schedule_Schedule.ElapseTime = elapseTime; schedule_Schedule.DateAdded = dateAdded; return(schedule_Schedule); }
/// <summary> /// Create a new Schedule_Schedule object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="startTime">Initial value of the StartTime property.</param> /// <param name="endTime">Initial value of the EndTime property.</param> /// <param name="elapseTime">Initial value of the ElapseTime property.</param> /// <param name="dateAdded">Initial value of the DateAdded property.</param> public static Schedule_Schedule CreateSchedule_Schedule(global::System.Int32 id, global::System.String name, global::System.String startTime, global::System.String endTime, global::System.Int32 elapseTime, global::System.DateTime dateAdded) { Schedule_Schedule schedule_Schedule = new Schedule_Schedule(); schedule_Schedule.Id = id; schedule_Schedule.Name = name; schedule_Schedule.StartTime = startTime; schedule_Schedule.EndTime = endTime; schedule_Schedule.ElapseTime = elapseTime; schedule_Schedule.DateAdded = dateAdded; return schedule_Schedule; }
/// <summary> /// Deprecated Method for adding a new object to the Schedule_Schedule EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSchedule_Schedule(Schedule_Schedule schedule_Schedule) { base.AddObject("Schedule_Schedule", schedule_Schedule); }