/// <summary> /// Create a new T_Notification object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="titre">Initial value of the Titre property.</param> /// <param name="date">Initial value of the Date property.</param> /// <param name="message">Initial value of the Message property.</param> public static T_Notification CreateT_Notification(global::System.Int64 id, global::System.String titre, global::System.DateTime date, global::System.String message) { T_Notification t_Notification = new T_Notification(); t_Notification.Id = id; t_Notification.Titre = titre; t_Notification.Date = date; t_Notification.Message = message; return t_Notification; }
/// <summary> /// Deprecated Method for adding a new object to the T_Notification EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_Notification(T_Notification t_Notification) { base.AddObject("T_Notification", t_Notification); }