Esempio n. 1
0
 /// <summary>
 /// Create a new iclippo_account object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="signup_id">Initial value of the signup_id property.</param>
 /// <param name="account_type">Initial value of the account_type property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="image_url">Initial value of the image_url property.</param>
 /// <param name="created_timestamp">Initial value of the created_timestamp property.</param>
 /// <param name="modified_timestamp">Initial value of the modified_timestamp property.</param>
 public static iclippo_account Createiclippo_account(global::System.Int32 id, global::System.Int32 signup_id, global::System.String account_type, global::System.String name, global::System.String image_url, global::System.DateTime created_timestamp, global::System.DateTime modified_timestamp)
 {
     iclippo_account iclippo_account = new iclippo_account();
     iclippo_account.id = id;
     iclippo_account.signup_id = signup_id;
     iclippo_account.account_type = account_type;
     iclippo_account.name = name;
     iclippo_account.image_url = image_url;
     iclippo_account.created_timestamp = created_timestamp;
     iclippo_account.modified_timestamp = modified_timestamp;
     return iclippo_account;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the iclippo_account EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToiclippo_account(iclippo_account iclippo_account)
 {
     base.AddObject("iclippo_account", iclippo_account);
 }