/// <summary> /// Create a new MeetingNotification object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="mSID">Initial value of the MSID property.</param> /// <param name="notificationDate">Initial value of the NotificationDate property.</param> /// <param name="notificationNo">Initial value of the NotificationNo property.</param> /// <param name="created">Initial value of the Created property.</param> public static MeetingNotification CreateMeetingNotification(global::System.Int32 id, global::System.Int32 mSID, global::System.DateTime notificationDate, global::System.Int16 notificationNo, global::System.DateTime created) { MeetingNotification meetingNotification = new MeetingNotification(); meetingNotification.ID = id; meetingNotification.MSID = mSID; meetingNotification.NotificationDate = notificationDate; meetingNotification.NotificationNo = notificationNo; meetingNotification.Created = created; return meetingNotification; }
/// <summary> /// Deprecated Method for adding a new object to the MeetingNotifications EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMeetingNotifications(MeetingNotification meetingNotification) { base.AddObject("MeetingNotifications", meetingNotification); }