Another parameter question
Created at 01 Feb 2016, 13:06
Another parameter question
01 Feb 2016, 13:06
How do you variate the parameter below, when:
On Monday: 1 Box
On Tuesday: 2 Boxes (Monday + Tuesday)
On Wednesday: 3 Boxes (Monday + Tuesday + Wednesday)
[Parameter("Boxes", DefaultValue = 3, MaxValue = 3, MinValue = 1)] public int Boxes { get; set; }
Jiri
01 Feb 2016, 13:08
RE:
@Jiri