Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the nfe EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTonfe(nfe nfe)
 {
     base.AddObject("nfe", nfe);
 }
Example #2
0
 /// <summary>
 /// Create a new nfe object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="pedidoId">Initial value of the PedidoId property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 public static nfe Createnfe(global::System.Int32 id, global::System.Int32 pedidoId, global::System.DateTime dataIns)
 {
     nfe nfe = new nfe();
     nfe.Id = id;
     nfe.PedidoId = pedidoId;
     nfe.DataIns = dataIns;
     return nfe;
 }