Ejemplo n.º 1
0
 /// <summary>
 /// Create a new o_form object.
 /// </summary>
 /// <param name="formid">Initial value of the formid property.</param>
 /// <param name="formdate">Initial value of the formdate property.</param>
 /// <param name="formtype">Initial value of the formtype property.</param>
 /// <param name="formstatus">Initial value of the formstatus property.</param>
 /// <param name="returnflag">Initial value of the returnflag property.</param>
 public static o_form Createo_form(global::System.Int32 formid, global::System.DateTime formdate, global::System.String formtype, global::System.Int32 formstatus, global::System.String returnflag)
 {
     o_form o_form = new o_form();
     o_form.formid = formid;
     o_form.formdate = formdate;
     o_form.formtype = formtype;
     o_form.formstatus = formstatus;
     o_form.returnflag = returnflag;
     return o_form;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the o_form EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToo_form(o_form o_form)
 {
     base.AddObject("o_form", o_form);
 }