Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_User EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_User(T_User t_User)
 {
     base.AddObject("T_User", t_User);
 }
Example #2
0
 /// <summary>
 /// Create a new T_User object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="firstname">Initial value of the Firstname property.</param>
 /// <param name="mail">Initial value of the Mail property.</param>
 /// <param name="pseudo">Initial value of the Pseudo property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="role">Initial value of the Role property.</param>
 /// <param name="deleted">Initial value of the Deleted property.</param>
 public static T_User CreateT_User(global::System.Int64 id, global::System.String name, global::System.String firstname, global::System.String mail, global::System.String pseudo, global::System.String password, global::System.String role, global::System.Boolean deleted)
 {
     T_User t_User = new T_User();
     t_User.Id = id;
     t_User.Name = name;
     t_User.Firstname = firstname;
     t_User.Mail = mail;
     t_User.Pseudo = pseudo;
     t_User.Password = password;
     t_User.Role = role;
     t_User.Deleted = deleted;
     return t_User;
 }