Click or drag to resize
IntNumericCompareToFieldValidationRule Class
Rule is used to compare two fields of integer value types.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcValidationRule
    Kentico.Forms.Web.MvcValidationRuleInt32
      Kentico.Forms.Web.MvcCompareToFieldValidationRuleInt32
        Kentico.Forms.Web.MvcNumericCompareToFieldValidationRuleInt32
          Kentico.Forms.Web.MvcIntNumericCompareToFieldValidationRule

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class IntNumericCompareToFieldValidationRule : NumericCompareToFieldValidationRule<int>

The IntNumericCompareToFieldValidationRule type exposes the following members.

Constructors
  NameDescription
Public methodIntNumericCompareToFieldValidationRule
Top
Properties
Methods
See Also