Click or drag to resize
DoubleNumericCompareToFieldValidationRule Class
Rule is used to compare two fields of double value types.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcValidationRule
    Kentico.Forms.Web.MvcValidationRuleDouble
      Kentico.Forms.Web.MvcCompareToFieldValidationRuleDouble
        Kentico.Forms.Web.MvcNumericCompareToFieldValidationRuleDouble
          Kentico.Forms.Web.MvcDoubleNumericCompareToFieldValidationRule

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 DoubleNumericCompareToFieldValidationRule : NumericCompareToFieldValidationRule<double>

The DoubleNumericCompareToFieldValidationRule type exposes the following members.

Constructors
  NameDescription
Public methodDoubleNumericCompareToFieldValidationRule
Top
Properties
Methods
See Also