ValidationRuleDefinition Class |
Namespace: Kentico.Forms.Web.Mvc
public class ValidationRuleDefinition : ComponentDefinitionBase, IFormBuilderDefinition
The ValidationRuleDefinition type exposes the following members.
Name | Description | |
---|---|---|
ValidationRuleDefinition |
Initializes a new instance of the ValidationRuleDefinition class using given identifier, form component validation rule type and name.
|
Name | Description | |
---|---|---|
Description |
Gets or sets the description of the form component validation rule.
| |
Identifier |
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.) | |
Name |
Name of the registered component.
(Inherited from ComponentDefinitionBase.) | |
ValidatedDataType |
Value type, which this validation rule is supposed to validate.
| |
ValidationRuleType |
Gets the type of the form component validation rule. The type inherits ValidationRule.
|