/// <summary>
 /// Deprecated Method for adding a new object to the tbl_despesa EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_despesa(tbl_despesa tbl_despesa)
 {
     base.AddObject("tbl_despesa", tbl_despesa);
 }
 /// <summary>
 /// Create a new tbl_despesa object.
 /// </summary>
 /// <param name="codigoDespesa">Initial value of the CodigoDespesa property.</param>
 /// <param name="codigoPessoa">Initial value of the CodigoPessoa property.</param>
 /// <param name="descricao">Initial value of the Descricao property.</param>
 /// <param name="dataEntrada">Initial value of the DataEntrada property.</param>
 /// <param name="dataVencimento">Initial value of the DataVencimento property.</param>
 /// <param name="valorTotal">Initial value of the ValorTotal property.</param>
 /// <param name="tipoDespesa">Initial value of the TipoDespesa property.</param>
 /// <param name="tipoPagamento">Initial value of the TipoPagamento property.</param>
 /// <param name="numeroParcelas">Initial value of the NumeroParcelas property.</param>
 /// <param name="observacao">Initial value of the Observacao property.</param>
 /// <param name="parcela">Initial value of the Parcela property.</param>
 /// <param name="vencimento">Initial value of the Vencimento property.</param>
 /// <param name="valor">Initial value of the Valor property.</param>
 public static tbl_despesa Createtbl_despesa(global::System.Int32 codigoDespesa, global::System.Int32 codigoPessoa, global::System.String descricao, global::System.String dataEntrada, global::System.String dataVencimento, global::System.Decimal valorTotal, global::System.Int32 tipoDespesa, global::System.Int32 tipoPagamento, global::System.Int32 numeroParcelas, global::System.String observacao, global::System.Int32 parcela, global::System.DateTime vencimento, global::System.Decimal valor)
 {
     tbl_despesa tbl_despesa = new tbl_despesa();
     tbl_despesa.CodigoDespesa = codigoDespesa;
     tbl_despesa.CodigoPessoa = codigoPessoa;
     tbl_despesa.Descricao = descricao;
     tbl_despesa.DataEntrada = dataEntrada;
     tbl_despesa.DataVencimento = dataVencimento;
     tbl_despesa.ValorTotal = valorTotal;
     tbl_despesa.TipoDespesa = tipoDespesa;
     tbl_despesa.TipoPagamento = tipoPagamento;
     tbl_despesa.NumeroParcelas = numeroParcelas;
     tbl_despesa.Observacao = observacao;
     tbl_despesa.Parcela = parcela;
     tbl_despesa.Vencimento = vencimento;
     tbl_despesa.Valor = valor;
     return tbl_despesa;
 }