/// <summary> /// Deprecated Method for adding a new object to the Beneficios EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBeneficios(Beneficios beneficios) { base.AddObject("Beneficios", beneficios); }
/// <summary> /// Create a new Beneficios object. /// </summary> /// <param name="idBeneficios">Initial value of the IdBeneficios property.</param> /// <param name="descripcion">Initial value of the Descripcion property.</param> /// <param name="porcentaje">Initial value of the Porcentaje property.</param> /// <param name="idEmpresa">Initial value of the IdEmpresa property.</param> public static Beneficios CreateBeneficios(global::System.Int32 idBeneficios, global::System.String descripcion, global::System.Decimal porcentaje, global::System.Int32 idEmpresa) { Beneficios beneficios = new Beneficios(); beneficios.IdBeneficios = idBeneficios; beneficios.Descripcion = descripcion; beneficios.Porcentaje = porcentaje; beneficios.IdEmpresa = idEmpresa; return beneficios; }