/// <summary> /// Create a new AU_CAJA object. /// </summary> /// <param name="aU_CAJ_ID">Initial value of the AU_CAJ_ID property.</param> /// <param name="cAJ_ID">Initial value of the CAJ_ID property.</param> /// <param name="eMP_APERTURA_ID">Initial value of the EMP_APERTURA_ID property.</param> /// <param name="cAJF_APERTURA_ID">Initial value of the CAJF_APERTURA_ID property.</param> public static AU_CAJA CreateAU_CAJA(global::System.Int32 aU_CAJ_ID, global::System.Int32 cAJ_ID, global::System.Int32 eMP_APERTURA_ID, global::System.Int32 cAJF_APERTURA_ID) { AU_CAJA aU_CAJA = new AU_CAJA(); aU_CAJA.AU_CAJ_ID = aU_CAJ_ID; aU_CAJA.CAJ_ID = cAJ_ID; aU_CAJA.EMP_APERTURA_ID = eMP_APERTURA_ID; aU_CAJA.CAJF_APERTURA_ID = cAJF_APERTURA_ID; return aU_CAJA; }
/// <summary> /// Deprecated Method for adding a new object to the AU_CAJA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAU_CAJA(AU_CAJA aU_CAJA) { base.AddObject("AU_CAJA", aU_CAJA); }