/// <summary> /// Create a new T_Event object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="dateDebut">Initial value of the DateDebut property.</param> /// <param name="description">Initial value of the Description property.</param> /// <param name="titre">Initial value of the Titre property.</param> /// <param name="type">Initial value of the Type property.</param> public static T_Event CreateT_Event(global::System.Int64 id, global::System.DateTime dateDebut, global::System.String description, global::System.String titre, global::System.String type) { T_Event t_Event = new T_Event(); t_Event.Id = id; t_Event.DateDebut = dateDebut; t_Event.Description = description; t_Event.Titre = titre; t_Event.Type = type; return t_Event; }
/// <summary> /// Deprecated Method for adding a new object to the T_Event EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_Event(T_Event t_Event) { base.AddObject("T_Event", t_Event); }