/// <summary> /// Deprecated Method for adding a new object to the taxa EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotaxa(taxa taxa) { base.AddObject("taxa", taxa); }
/// <summary> /// Create a new taxa object. /// </summary> /// <param name="preco_kg">Initial value of the preco_kg property.</param> /// <param name="icms">Initial value of the icms property.</param> /// <param name="paypal">Initial value of the paypal property.</param> /// <param name="dARJ">Initial value of the DARJ property.</param> public static taxa Createtaxa(global::System.Single preco_kg, global::System.Single icms, global::System.Single paypal, global::System.Single dARJ) { taxa taxa = new taxa(); taxa.preco_kg = preco_kg; taxa.icms = icms; taxa.paypal = paypal; taxa.DARJ = dARJ; return taxa; }