コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the iclippo_other_info EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToiclippo_other_info(iclippo_other_info iclippo_other_info)
 {
     base.AddObject("iclippo_other_info", iclippo_other_info);
 }
コード例 #2
0
 /// <summary>
 /// Create a new iclippo_other_info 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_id">Initial value of the account_id property.</param>
 /// <param name="industry">Initial value of the industry property.</param>
 /// <param name="interested_in">Initial value of the interested_in property.</param>
 public static iclippo_other_info Createiclippo_other_info(global::System.Int32 id, global::System.Int32 signup_id, global::System.Int32 account_id, global::System.String industry, global::System.String interested_in)
 {
     iclippo_other_info iclippo_other_info = new iclippo_other_info();
     iclippo_other_info.id = id;
     iclippo_other_info.signup_id = signup_id;
     iclippo_other_info.account_id = account_id;
     iclippo_other_info.industry = industry;
     iclippo_other_info.interested_in = interested_in;
     return iclippo_other_info;
 }