Click or drag to resize
ValidationRuleForm Class
View model for rendering a ValidationRule configuration.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcValidationRuleForm

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class ValidationRuleForm

The ValidationRuleForm type exposes the following members.

Constructors
  NameDescription
Public methodValidationRuleForm
Top
Properties
  NameDescription
Public propertyFieldName
Gets or sets name of a field the validation rule belongs to.
Public propertyFormComponentInstanceIdentifier
Public propertyFormComponents
Collection of form components used for configuring ValidationRule.
Public propertyFormId
Gets or sets ID of a biz form whose fields are being edited.
Public propertyNotifyFormBuilder
Decides whether Form builder should be notified about validation of ValidationRule configuration.
Public propertyValidationRuleConfiguration
Gets or sets ValidationRuleConfiguration for displaying the form used for ValidationRule's configuration.
Top
See Also