Example #1
0
 /// <summary>
 /// Create a new parceiros object.
 /// </summary>
 /// <param name="parceiroId">Initial value of the ParceiroId property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="telefone">Initial value of the Telefone property.</param>
 /// <param name="ddd">Initial value of the Ddd property.</param>
 /// <param name="senha">Initial value of the Senha property.</param>
 /// <param name="login">Initial value of the Login property.</param>
 /// <param name="nome">Initial value of the Nome property.</param>
 /// <param name="cep">Initial value of the Cep property.</param>
 /// <param name="cidade">Initial value of the Cidade property.</param>
 /// <param name="endereco1">Initial value of the Endereco1 property.</param>
 /// <param name="pagamentoPara">Initial value of the PagamentoPara property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="saldo">Initial value of the Saldo property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 public static parceiros Createparceiros(global::System.Int32 parceiroId, global::System.String email, global::System.String telefone, global::System.String ddd, global::System.String senha, global::System.String login, global::System.String nome, global::System.String cep, global::System.String cidade, global::System.String endereco1, global::System.String pagamentoPara, global::System.String status, global::System.Decimal saldo, global::System.DateTime dataIns)
 {
     parceiros parceiros = new parceiros();
     parceiros.ParceiroId = parceiroId;
     parceiros.Email = email;
     parceiros.Telefone = telefone;
     parceiros.Ddd = ddd;
     parceiros.Senha = senha;
     parceiros.Login = login;
     parceiros.Nome = nome;
     parceiros.Cep = cep;
     parceiros.Cidade = cidade;
     parceiros.Endereco1 = endereco1;
     parceiros.PagamentoPara = pagamentoPara;
     parceiros.Status = status;
     parceiros.Saldo = saldo;
     parceiros.DataIns = dataIns;
     return parceiros;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the parceiros EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToparceiros(parceiros parceiros)
 {
     base.AddObject("parceiros", parceiros);
 }