示例#1
0
 /// <summary>
 /// Create a new MeetingSchedule object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="lMAllocationId">Initial value of the LMAllocationId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="revision">Initial value of the Revision property.</param>
 /// <param name="templateId">Initial value of the TemplateId property.</param>
 /// <param name="isHeld">Initial value of the IsHeld property.</param>
 public static MeetingSchedule CreateMeetingSchedule(global::System.Int32 id, global::System.Int32 lMAllocationId, global::System.DateTime lastUpdated, global::System.DateTime created, global::System.Int32 revision, global::System.Int32 templateId, global::System.Boolean isHeld)
 {
     MeetingSchedule meetingSchedule = new MeetingSchedule();
     meetingSchedule.ID = id;
     meetingSchedule.LMAllocationId = lMAllocationId;
     meetingSchedule.LastUpdated = lastUpdated;
     meetingSchedule.Created = created;
     meetingSchedule.Revision = revision;
     meetingSchedule.TemplateId = templateId;
     meetingSchedule.IsHeld = isHeld;
     return meetingSchedule;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MeetingSchedules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMeetingSchedules(MeetingSchedule meetingSchedule)
 {
     base.AddObject("MeetingSchedules", meetingSchedule);
 }