コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the iclippo_account_address EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToiclippo_account_address(iclippo_account_address iclippo_account_address)
 {
     base.AddObject("iclippo_account_address", iclippo_account_address);
 }
コード例 #2
0
 /// <summary>
 /// Create a new iclippo_account_address 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="address_name">Initial value of the address_name property.</param>
 /// <param name="house_no">Initial value of the house_no property.</param>
 /// <param name="visible_house_no">Initial value of the visible_house_no property.</param>
 /// <param name="street">Initial value of the street property.</param>
 /// <param name="visible_street">Initial value of the visible_street property.</param>
 /// <param name="city">Initial value of the city property.</param>
 /// <param name="visible_city">Initial value of the visible_city property.</param>
 /// <param name="post_zip_code">Initial value of the post_zip_code property.</param>
 /// <param name="visible_zip_code">Initial value of the visible_zip_code property.</param>
 /// <param name="state_province">Initial value of the state_province property.</param>
 /// <param name="visible_state_province">Initial value of the visible_state_province property.</param>
 /// <param name="country">Initial value of the country property.</param>
 /// <param name="visible_country">Initial value of the visible_country property.</param>
 public static iclippo_account_address Createiclippo_account_address(global::System.Int32 id, global::System.Int32 signup_id, global::System.Int32 account_id, global::System.String address_name, global::System.String house_no, global::System.Int32 visible_house_no, global::System.String street, global::System.Int32 visible_street, global::System.String city, global::System.Int32 visible_city, global::System.String post_zip_code, global::System.Int32 visible_zip_code, global::System.String state_province, global::System.Int32 visible_state_province, global::System.String country, global::System.Int32 visible_country)
 {
     iclippo_account_address iclippo_account_address = new iclippo_account_address();
     iclippo_account_address.id = id;
     iclippo_account_address.signup_id = signup_id;
     iclippo_account_address.account_id = account_id;
     iclippo_account_address.address_name = address_name;
     iclippo_account_address.house_no = house_no;
     iclippo_account_address.visible_house_no = visible_house_no;
     iclippo_account_address.street = street;
     iclippo_account_address.visible_street = visible_street;
     iclippo_account_address.city = city;
     iclippo_account_address.visible_city = visible_city;
     iclippo_account_address.post_zip_code = post_zip_code;
     iclippo_account_address.visible_zip_code = visible_zip_code;
     iclippo_account_address.state_province = state_province;
     iclippo_account_address.visible_state_province = visible_state_province;
     iclippo_account_address.country = country;
     iclippo_account_address.visible_country = visible_country;
     return iclippo_account_address;
 }