예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ScheduleViewAppts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToScheduleViewAppts(ScheduleViewAppt scheduleViewAppt)
 {
     base.AddObject("ScheduleViewAppts", scheduleViewAppt);
 }
예제 #2
0
 /// <summary>
 /// Create a new ScheduleViewAppt object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="subject">Initial value of the Subject property.</param>
 /// <param name="startDate">Initial value of the StartDate property.</param>
 /// <param name="endDate">Initial value of the EndDate property.</param>
 /// <param name="apptGuid">Initial value of the ApptGuid property.</param>
 public static ScheduleViewAppt CreateScheduleViewAppt(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String subject, global::System.DateTime startDate, global::System.DateTime endDate, global::System.String apptGuid)
 {
     ScheduleViewAppt scheduleViewAppt = new ScheduleViewAppt();
     scheduleViewAppt.Id = id;
     scheduleViewAppt.RowVersion = rowVersion;
     scheduleViewAppt.Subject = subject;
     scheduleViewAppt.StartDate = startDate;
     scheduleViewAppt.EndDate = endDate;
     scheduleViewAppt.ApptGuid = apptGuid;
     return scheduleViewAppt;
 }