示例#1
0
 /// <summary>
 /// Create a new bc_cli_researcher_c 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="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 public static bc_cli_researcher_c Createbc_cli_researcher_c(global::System.Int64 id, global::System.Int64 id_cliente, global::System.Int32 usuario_alteracao, global::System.DateTime dt_alteracao)
 {
     bc_cli_researcher_c bc_cli_researcher_c = new bc_cli_researcher_c();
     bc_cli_researcher_c.id = id;
     bc_cli_researcher_c.id_cliente = id_cliente;
     bc_cli_researcher_c.usuario_alteracao = usuario_alteracao;
     bc_cli_researcher_c.dt_alteracao = dt_alteracao;
     return bc_cli_researcher_c;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bc_cli_researcher_c EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobc_cli_researcher_c(bc_cli_researcher_c bc_cli_researcher_c)
 {
     base.AddObject("bc_cli_researcher_c", bc_cli_researcher_c);
 }