/// <summary>
 /// Deprecated Method for adding a new object to the iclippo_signup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToiclippo_signup(iclippo_signup iclippo_signup)
 {
     base.AddObject("iclippo_signup", iclippo_signup);
 }
 /// <summary>
 /// Create a new iclippo_signup object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="email">Initial value of the email property.</param>
 /// <param name="username">Initial value of the username property.</param>
 /// <param name="password">Initial value of the password property.</param>
 /// <param name="is_verified">Initial value of the is_verified property.</param>
 /// <param name="signup_timestamp">Initial value of the signup_timestamp property.</param>
 /// <param name="modified_timestamp">Initial value of the modified_timestamp property.</param>
 public static iclippo_signup Createiclippo_signup(global::System.Int32 id, global::System.String email, global::System.String username, global::System.Byte[] password, global::System.Boolean is_verified, global::System.DateTime signup_timestamp, global::System.DateTime modified_timestamp)
 {
     iclippo_signup iclippo_signup = new iclippo_signup();
     iclippo_signup.id = id;
     iclippo_signup.email = email;
     iclippo_signup.username = username;
     iclippo_signup.password = password;
     iclippo_signup.is_verified = is_verified;
     iclippo_signup.signup_timestamp = signup_timestamp;
     iclippo_signup.modified_timestamp = modified_timestamp;
     return iclippo_signup;
 }