MvcTemplate.Components.Mvc.MaxValueAttribute.MaxValueAttribute C# (CSharp) Method

MaxValueAttribute() public method

public MaxValueAttribute ( Double maximum ) : MvcTemplate.Resources.Form
maximum Double
return MvcTemplate.Resources.Form
        public MaxValueAttribute(Double maximum) : this()
        {
            Maximum = Convert.ToDecimal(maximum);
        }
        private MaxValueAttribute() : base(() => Validations.MaxValue)

Same methods

MaxValueAttribute::MaxValueAttribute ( ) : MvcTemplate.Resources.Form
MaxValueAttribute::MaxValueAttribute ( Int32 maximum ) : MvcTemplate.Resources.Form