示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_option EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_option(recsys_option recsys_option)
 {
     base.AddObject("recsys_option", recsys_option);
 }
示例#2
0
 /// <summary>
 /// Create a new recsys_option object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="type_code">Initial value of the type_code property.</param>
 /// <param name="sequence">Initial value of the sequence property.</param>
 /// <param name="active">Initial value of the active property.</param>
 /// <param name="create_by">Initial value of the create_by property.</param>
 /// <param name="create_date">Initial value of the create_date property.</param>
 public static recsys_option Createrecsys_option(global::System.Int32 id, global::System.String type_code, global::System.Int32 sequence, global::System.Boolean active, global::System.String create_by, global::System.DateTime create_date)
 {
     recsys_option recsys_option = new recsys_option();
     recsys_option.id = id;
     recsys_option.type_code = type_code;
     recsys_option.sequence = sequence;
     recsys_option.active = active;
     recsys_option.create_by = create_by;
     recsys_option.create_date = create_date;
     return recsys_option;
 }