Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_cli_projeto EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_cli_projeto(bh_cli_projeto bh_cli_projeto)
 {
     base.AddObject("bh_cli_projeto", bh_cli_projeto);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bh_cli_projeto object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="id_cliente">Initial value of the id_cliente property.</param>
 /// <param name="id_projeto">Initial value of the id_projeto property.</param>
 /// <param name="dt_criacao">Initial value of the dt_criacao property.</param>
 /// <param name="usuario_criacao">Initial value of the usuario_criacao property.</param>
 public static bh_cli_projeto Createbh_cli_projeto(global::System.Int64 id, global::System.Int64 id_cliente, global::System.Int64 id_projeto, global::System.DateTime dt_criacao, global::System.Int32 usuario_criacao)
 {
     bh_cli_projeto bh_cli_projeto = new bh_cli_projeto();
     bh_cli_projeto.id = id;
     bh_cli_projeto.id_cliente = id_cliente;
     bh_cli_projeto.id_projeto = id_projeto;
     bh_cli_projeto.dt_criacao = dt_criacao;
     bh_cli_projeto.usuario_criacao = usuario_criacao;
     return bh_cli_projeto;
 }