/// <summary> /// Deprecated Method for adding a new object to the AU_CTACTE_PROVEEDOR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAU_CTACTE_PROVEEDOR(AU_CTACTE_PROVEEDOR aU_CTACTE_PROVEEDOR) { base.AddObject("AU_CTACTE_PROVEEDOR", aU_CTACTE_PROVEEDOR); }
/// <summary> /// Create a new AU_CTACTE_PROVEEDOR object. /// </summary> /// <param name="aU_CCP_ID">Initial value of the AU_CCP_ID property.</param> /// <param name="cCP_ID">Initial value of the CCP_ID property.</param> /// <param name="pROV_ID">Initial value of the PROV_ID property.</param> public static AU_CTACTE_PROVEEDOR CreateAU_CTACTE_PROVEEDOR(global::System.Int32 aU_CCP_ID, global::System.Int32 cCP_ID, global::System.Int32 pROV_ID) { AU_CTACTE_PROVEEDOR aU_CTACTE_PROVEEDOR = new AU_CTACTE_PROVEEDOR(); aU_CTACTE_PROVEEDOR.AU_CCP_ID = aU_CCP_ID; aU_CTACTE_PROVEEDOR.CCP_ID = cCP_ID; aU_CTACTE_PROVEEDOR.PROV_ID = pROV_ID; return aU_CTACTE_PROVEEDOR; }