예제 #1
0
 /// <summary>
 /// Create a new Clientes object.
 /// </summary>
 /// <param name="handle">Initial value of the Handle property.</param>
 /// <param name="nome">Initial value of the Nome property.</param>
 /// <param name="cargo">Initial value of the Cargo property.</param>
 /// <param name="empresa">Initial value of the Empresa property.</param>
 /// <param name="ramoAtividade">Initial value of the RamoAtividade property.</param>
 /// <param name="telefone">Initial value of the Telefone property.</param>
 public static Clientes CreateClientes(global::System.Int32 handle, global::System.String nome, global::System.Int32 cargo, global::System.String empresa, global::System.Int32 ramoAtividade, global::System.String telefone)
 {
     Clientes clientes = new Clientes();
     clientes.Handle = handle;
     clientes.Nome = nome;
     clientes.Cargo = cargo;
     clientes.Empresa = empresa;
     clientes.RamoAtividade = ramoAtividade;
     clientes.Telefone = telefone;
     return clientes;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Clientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientes(Clientes clientes)
 {
     base.AddObject("Clientes", clientes);
 }