예제 #1
0
 /// <summary>
 /// Create a new User object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="username">Initial value of the username property.</param>
 /// <param name="passwordhash">Initial value of the passwordhash property.</param>
 /// <param name="email">Initial value of the email property.</param>
 public static User CreateUser(global::System.Int32 id, global::System.String username, global::System.String passwordhash, global::System.String email)
 {
     User user = new User();
     user.id = id;
     user.username = username;
     user.passwordhash = passwordhash;
     user.email = email;
     return user;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUsers(User user)
 {
     base.AddObject("Users", user);
 }