/// <summary> /// Deprecated Method for adding a new object to the Promocion EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPromocion(Promocion promocion) { base.AddObject("Promocion", promocion); }
/// <summary> /// Create a new Promocion object. /// </summary> /// <param name="idPromocion">Initial value of the IdPromocion property.</param> /// <param name="puntos">Initial value of the Puntos property.</param> /// <param name="vigenciaInicio">Initial value of the vigenciaInicio property.</param> /// <param name="vigenciaFin">Initial value of the vigenciaFin property.</param> /// <param name="idProducto">Initial value of the IdProducto property.</param> public static Promocion CreatePromocion(global::System.Int32 idPromocion, global::System.Int32 puntos, global::System.DateTime vigenciaInicio, global::System.DateTime vigenciaFin, global::System.Int32 idProducto) { Promocion promocion = new Promocion(); promocion.IdPromocion = idPromocion; promocion.Puntos = puntos; promocion.vigenciaInicio = vigenciaInicio; promocion.vigenciaFin = vigenciaFin; promocion.IdProducto = idProducto; return promocion; }