Click or drag to resize
DecimalNumericCompareToFieldValidationRule Class
Rule is used to compare two fields of decimal value types.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcValidationRule
    Kentico.Forms.Web.MvcValidationRuleDecimal
      Kentico.Forms.Web.MvcCompareToFieldValidationRuleDecimal
        Kentico.Forms.Web.MvcNumericCompareToFieldValidationRuleDecimal
          Kentico.Forms.Web.MvcDecimalNumericCompareToFieldValidationRule

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 DecimalNumericCompareToFieldValidationRule : NumericCompareToFieldValidationRule<decimal>

The DecimalNumericCompareToFieldValidationRule type exposes the following members.

Constructors
  NameDescription
Public methodDecimalNumericCompareToFieldValidationRule
Top
Properties
Methods
See Also