/// <summary>
 /// Create a new detallefactura object.
 /// </summary>
 /// <param name="iddetallefactura">Initial value of the iddetallefactura property.</param>
 /// <param name="idproducto">Initial value of the idproducto property.</param>
 /// <param name="valorproducto">Initial value of the valorproducto property.</param>
 /// <param name="cantidad">Initial value of the cantidad property.</param>
 /// <param name="idfactura">Initial value of the idfactura property.</param>
 public static detallefactura Createdetallefactura(global::System.Int32 iddetallefactura, global::System.Int32 idproducto, global::System.Int32 valorproducto, global::System.Int32 cantidad, global::System.Int32 idfactura)
 {
     detallefactura detallefactura = new detallefactura();
     detallefactura.iddetallefactura = iddetallefactura;
     detallefactura.idproducto = idproducto;
     detallefactura.valorproducto = valorproducto;
     detallefactura.cantidad = cantidad;
     detallefactura.idfactura = idfactura;
     return detallefactura;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the detallefacturas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodetallefacturas(detallefactura detallefactura)
 {
     base.AddObject("detallefacturas", detallefactura);
 }