/// <summary> /// Create a new MeetingTemplate object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="isActive">Initial value of the IsActive property.</param> /// <param name="created">Initial value of the Created property.</param> public static MeetingTemplate CreateMeetingTemplate(global::System.Int32 id, global::System.Boolean isActive, global::System.DateTime created) { MeetingTemplate meetingTemplate = new MeetingTemplate(); meetingTemplate.ID = id; meetingTemplate.IsActive = isActive; meetingTemplate.Created = created; return meetingTemplate; }
/// <summary> /// Deprecated Method for adding a new object to the MeetingTemplates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMeetingTemplates(MeetingTemplate meetingTemplate) { base.AddObject("MeetingTemplates", meetingTemplate); }