/// <summary> /// Create a new T_Comment object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="idUser">Initial value of the idUser property.</param> /// <param name="idBug">Initial value of the idBug property.</param> /// <param name="details">Initial value of the details property.</param> public static T_Comment CreateT_Comment(global::System.Int64 id, global::System.Int64 idUser, global::System.Int64 idBug, global::System.String details) { T_Comment t_Comment = new T_Comment(); t_Comment.id = id; t_Comment.idUser = idUser; t_Comment.idBug = idBug; t_Comment.details = details; return t_Comment; }
/// <summary> /// Deprecated Method for adding a new object to the T_Comment EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_Comment(T_Comment t_Comment) { base.AddObject("T_Comment", t_Comment); }