/// <summary>
 /// Deprecated Method for adding a new object to the reporte_movimientos_de_inventario_de_cafe_de_cooperativa EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToreporte_movimientos_de_inventario_de_cafe_de_cooperativa(reporte_movimientos_de_inventario_de_cafe_de_cooperativa reporte_movimientos_de_inventario_de_cafe_de_cooperativa)
 {
     base.AddObject("reporte_movimientos_de_inventario_de_cafe_de_cooperativa", reporte_movimientos_de_inventario_de_cafe_de_cooperativa);
 }
 /// <summary>
 /// Create a new reporte_movimientos_de_inventario_de_cafe_de_cooperativa object.
 /// </summary>
 /// <param name="tRANSACCION_NUMERO">Initial value of the TRANSACCION_NUMERO property.</param>
 /// <param name="fECHA">Initial value of the FECHA property.</param>
 /// <param name="cLASIFICACIONES_CAFE_ID">Initial value of the CLASIFICACIONES_CAFE_ID property.</param>
 /// <param name="cLASIFICACIONES_CAFE_NOMBRE">Initial value of the CLASIFICACIONES_CAFE_NOMBRE property.</param>
 /// <param name="dOCUMENTO_TIPO">Initial value of the DOCUMENTO_TIPO property.</param>
 /// <param name="iNVENTARIO_ENTRADAS_CANTIDAD">Initial value of the INVENTARIO_ENTRADAS_CANTIDAD property.</param>
 /// <param name="iNVENTARIO_SALIDAS_SALDO">Initial value of the INVENTARIO_SALIDAS_SALDO property.</param>
 /// <param name="cREADO_POR">Initial value of the CREADO_POR property.</param>
 /// <param name="fECHA_CREACION">Initial value of the FECHA_CREACION property.</param>
 public static reporte_movimientos_de_inventario_de_cafe_de_cooperativa Createreporte_movimientos_de_inventario_de_cafe_de_cooperativa(global::System.Int32 tRANSACCION_NUMERO, global::System.DateTime fECHA, global::System.Int32 cLASIFICACIONES_CAFE_ID, global::System.String cLASIFICACIONES_CAFE_NOMBRE, global::System.String dOCUMENTO_TIPO, global::System.Decimal iNVENTARIO_ENTRADAS_CANTIDAD, global::System.Decimal iNVENTARIO_SALIDAS_SALDO, global::System.String cREADO_POR, global::System.DateTime fECHA_CREACION)
 {
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa reporte_movimientos_de_inventario_de_cafe_de_cooperativa = new reporte_movimientos_de_inventario_de_cafe_de_cooperativa();
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.TRANSACCION_NUMERO = tRANSACCION_NUMERO;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.FECHA = fECHA;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.CLASIFICACIONES_CAFE_ID = cLASIFICACIONES_CAFE_ID;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.CLASIFICACIONES_CAFE_NOMBRE = cLASIFICACIONES_CAFE_NOMBRE;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.DOCUMENTO_TIPO = dOCUMENTO_TIPO;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.INVENTARIO_ENTRADAS_CANTIDAD = iNVENTARIO_ENTRADAS_CANTIDAD;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.INVENTARIO_SALIDAS_SALDO = iNVENTARIO_SALIDAS_SALDO;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.CREADO_POR = cREADO_POR;
     reporte_movimientos_de_inventario_de_cafe_de_cooperativa.FECHA_CREACION = fECHA_CREACION;
     return reporte_movimientos_de_inventario_de_cafe_de_cooperativa;
 }