Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_cli_projeto_status EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_cli_projeto_status(bh_cli_projeto_status bh_cli_projeto_status)
 {
     base.AddObject("bh_cli_projeto_status", bh_cli_projeto_status);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new bh_cli_projeto_status 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="id_status">Initial value of the id_status property.</param>
 /// <param name="id_substatus">Initial value of the id_substatus 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_status Createbh_cli_projeto_status(global::System.Int64 id, global::System.Int64 id_cliente, global::System.Int64 id_projeto, global::System.Int64 id_status, global::System.Int64 id_substatus, global::System.DateTime dt_criacao, global::System.Int32 usuario_criacao)
 {
     bh_cli_projeto_status bh_cli_projeto_status = new bh_cli_projeto_status();
     bh_cli_projeto_status.id = id;
     bh_cli_projeto_status.id_cliente = id_cliente;
     bh_cli_projeto_status.id_projeto = id_projeto;
     bh_cli_projeto_status.id_status = id_status;
     bh_cli_projeto_status.id_substatus = id_substatus;
     bh_cli_projeto_status.dt_criacao = dt_criacao;
     bh_cli_projeto_status.usuario_criacao = usuario_criacao;
     return bh_cli_projeto_status;
 }