/// <summary> /// Deprecated Method for adding a new object to the T_fun_expand EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_fun_expand(T_fun_expand t_fun_expand) { base.AddObject("T_fun_expand", t_fun_expand); }
/// <summary> /// Create a new T_fun_expand object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="myapp_id">Initial value of the myapp_id property.</param> /// <param name="exp_name">Initial value of the exp_name property.</param> /// <param name="exp_title">Initial value of the exp_title property.</param> /// <param name="exp_ctype">Initial value of the exp_ctype property.</param> /// <param name="exp_dtype">Initial value of the exp_dtype property.</param> /// <param name="exp_is_null">Initial value of the exp_is_null property.</param> /// <param name="exp_is_pw">Initial value of the exp_is_pw property.</param> /// <param name="exp_is_html">Initial value of the exp_is_html property.</param> /// <param name="exp_is_sys">Initial value of the exp_is_sys property.</param> public static T_fun_expand CreateT_fun_expand(global::System.Int32 id, global::System.Int32 myapp_id, global::System.String exp_name, global::System.String exp_title, global::System.String exp_ctype, global::System.String exp_dtype, global::System.Int32 exp_is_null, global::System.Int32 exp_is_pw, global::System.Int32 exp_is_html, global::System.Int32 exp_is_sys) { T_fun_expand t_fun_expand = new T_fun_expand(); t_fun_expand.id = id; t_fun_expand.myapp_id = myapp_id; t_fun_expand.exp_name = exp_name; t_fun_expand.exp_title = exp_title; t_fun_expand.exp_ctype = exp_ctype; t_fun_expand.exp_dtype = exp_dtype; t_fun_expand.exp_is_null = exp_is_null; t_fun_expand.exp_is_pw = exp_is_pw; t_fun_expand.exp_is_html = exp_is_html; t_fun_expand.exp_is_sys = exp_is_sys; return t_fun_expand; }