Click or drag to resize
ValidationRulesViewModel Class
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalValidationRulesViewModel

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class ValidationRulesViewModel

The ValidationRulesViewModel type exposes the following members.

Constructors
  NameDescription
Public methodValidationRulesViewModel
Top
Properties
  NameDescription
Public propertyFormComponentInstanceIdentifier
Identifier of a Form component instance for which to retrieve validation rule's configuration markup.
Public propertyFormFieldName
Name of field the properties belong to.
Public propertyValidationRule
Validation rule data to be inserted into a resulting markup.
Public propertyValidationRuleIdentifier
Identifies type of validation rule for which to retrieve it's markup.
Top
See Also