/// <summary> /// Create a new t_order object. /// </summary> /// <param name="order_id">Initial value of the order_id property.</param> /// <param name="full_name">Initial value of the full_name property.</param> /// <param name="address">Initial value of the address property.</param> /// <param name="zip_code">Initial value of the zip_code property.</param> /// <param name="area">Initial value of the area property.</param> /// <param name="country">Initial value of the country property.</param> /// <param name="phone">Initial value of the phone property.</param> /// <param name="mobile_phone">Initial value of the mobile_phone property.</param> /// <param name="id_card_number">Initial value of the id_card_number property.</param> /// <param name="birth_date">Initial value of the birth_date property.</param> /// <param name="height">Initial value of the height property.</param> /// <param name="weight">Initial value of the weight property.</param> /// <param name="gender">Initial value of the gender property.</param> /// <param name="marriage_status">Initial value of the marriage_status property.</param> /// <param name="haji">Initial value of the haji property.</param> /// <param name="pewaris_name">Initial value of the pewaris_name property.</param> /// <param name="pewaris_id_card_number">Initial value of the pewaris_id_card_number property.</param> /// <param name="pewaris_relation">Initial value of the pewaris_relation property.</param> /// <param name="pewaris_gender">Initial value of the pewaris_gender property.</param> /// <param name="pewaris_phone">Initial value of the pewaris_phone property.</param> /// <param name="pewaris_payment_for">Initial value of the pewaris_payment_for property.</param> /// <param name="order_money">Initial value of the order_money property.</param> /// <param name="check_number">Initial value of the check_number property.</param> /// <param name="order_name">Initial value of the order_name property.</param> /// <param name="order_tarikh">Initial value of the order_tarikh property.</param> /// <param name="order_kp_number">Initial value of the order_kp_number property.</param> /// <param name="wakil_name">Initial value of the wakil_name property.</param> /// <param name="wakil_tarikh">Initial value of the wakil_tarikh property.</param> /// <param name="wakil_code">Initial value of the wakil_code property.</param> /// <param name="created_by">Initial value of the created_by property.</param> /// <param name="created_date">Initial value of the created_date property.</param> /// <param name="updated_by">Initial value of the updated_by property.</param> /// <param name="updated_date">Initial value of the updated_date property.</param> public static t_order Createt_order(global::System.Int32 order_id, global::System.String full_name, global::System.String address, global::System.String zip_code, global::System.String area, global::System.String country, global::System.String phone, global::System.String mobile_phone, global::System.String id_card_number, global::System.DateTime birth_date, global::System.Decimal height, global::System.Decimal weight, global::System.String gender, global::System.String marriage_status, global::System.Int32 haji, global::System.String pewaris_name, global::System.String pewaris_id_card_number, global::System.String pewaris_relation, global::System.String pewaris_gender, global::System.String pewaris_phone, global::System.String pewaris_payment_for, global::System.Decimal order_money, global::System.String check_number, global::System.String order_name, global::System.DateTime order_tarikh, global::System.String order_kp_number, global::System.String wakil_name, global::System.DateTime wakil_tarikh, global::System.String wakil_code, global::System.String created_by, global::System.DateTime created_date, global::System.String updated_by, global::System.DateTime updated_date) { t_order t_order = new t_order(); t_order.order_id = order_id; t_order.full_name = full_name; t_order.address = address; t_order.zip_code = zip_code; t_order.area = area; t_order.country = country; t_order.phone = phone; t_order.mobile_phone = mobile_phone; t_order.id_card_number = id_card_number; t_order.birth_date = birth_date; t_order.height = height; t_order.weight = weight; t_order.gender = gender; t_order.marriage_status = marriage_status; t_order.haji = haji; t_order.pewaris_name = pewaris_name; t_order.pewaris_id_card_number = pewaris_id_card_number; t_order.pewaris_relation = pewaris_relation; t_order.pewaris_gender = pewaris_gender; t_order.pewaris_phone = pewaris_phone; t_order.pewaris_payment_for = pewaris_payment_for; t_order.order_money = order_money; t_order.check_number = check_number; t_order.order_name = order_name; t_order.order_tarikh = order_tarikh; t_order.order_kp_number = order_kp_number; t_order.wakil_name = wakil_name; t_order.wakil_tarikh = wakil_tarikh; t_order.wakil_code = wakil_code; t_order.created_by = created_by; t_order.created_date = created_date; t_order.updated_by = updated_by; t_order.updated_date = updated_date; return t_order; }
/// <summary> /// Deprecated Method for adding a new object to the t_order EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTot_order(t_order t_order) { base.AddObject("t_order", t_order); }