MvcTemplate.Components.Mvc.GreaterThanAttribute.GreaterThanAttribute C# (CSharp) Méthode

GreaterThanAttribute() private méthode

private GreaterThanAttribute ( ) : MvcTemplate.Resources.Form
Résultat MvcTemplate.Resources.Form
        private GreaterThanAttribute()
            : base(() => Validations.GreaterThan)
        {
        }

Same methods

GreaterThanAttribute::GreaterThanAttribute ( Double minimum ) : MvcTemplate.Resources.Form
GreaterThanAttribute::GreaterThanAttribute ( Int32 minimum ) : MvcTemplate.Resources.Form