Example #1
0
 /// <summary>
 /// Create a new CategoriaCliente object.
 /// </summary>
 /// <param name="cATCLI">Initial value of the CATCLI property.</param>
 /// <param name="nOMCAT">Initial value of the NOMCAT property.</param>
 public static CategoriaCliente CreateCategoriaCliente(global::System.Int16 cATCLI, global::System.String nOMCAT)
 {
     CategoriaCliente categoriaCliente = new CategoriaCliente();
     categoriaCliente.CATCLI = cATCLI;
     categoriaCliente.NOMCAT = nOMCAT;
     return categoriaCliente;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E064CAT EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE064CAT(CategoriaCliente categoriaCliente)
 {
     base.AddObject("E064CAT", categoriaCliente);
 }