/// <summary>
 /// Create a new PagamentoVenda object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="data">Initial value of the data property.</param>
 /// <param name="valor">Initial value of the valor property.</param>
 /// <param name="caixa">Initial value of the caixa property.</param>
 /// <param name="categoria">Initial value of the categoria property.</param>
 /// <param name="id_Venda">Initial value of the id_Venda property.</param>
 public static PagamentoVenda CreatePagamentoVenda(global::System.Decimal id, global::System.DateTime data, global::System.Decimal valor, global::System.Decimal caixa, global::System.Decimal categoria, global::System.Decimal id_Venda)
 {
     PagamentoVenda pagamentoVenda = new PagamentoVenda();
     pagamentoVenda.id = id;
     pagamentoVenda.data = data;
     pagamentoVenda.valor = valor;
     pagamentoVenda.caixa = caixa;
     pagamentoVenda.categoria = categoria;
     pagamentoVenda.id_Venda = id_Venda;
     return pagamentoVenda;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PagamentoVendas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPagamentoVendas(PagamentoVenda pagamentoVenda)
 {
     base.AddObject("PagamentoVendas", pagamentoVenda);
 }