Exemplo n.º 1
0
 /// <summary>
 /// Create a new recsys_quotation_items_template object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="code">Initial value of the code property.</param>
 public static recsys_quotation_items_template Createrecsys_quotation_items_template(global::System.Int32 id, global::System.String code)
 {
     recsys_quotation_items_template recsys_quotation_items_template = new recsys_quotation_items_template();
     recsys_quotation_items_template.id = id;
     recsys_quotation_items_template.code = code;
     return recsys_quotation_items_template;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_quotation_items_template EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_quotation_items_template(recsys_quotation_items_template recsys_quotation_items_template)
 {
     base.AddObject("recsys_quotation_items_template", recsys_quotation_items_template);
 }