Click or drag to resize
ValidationRuleDefinition Properties

The ValidationRuleDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the form component validation rule.
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.)
Public propertyName
Name of the registered component.
(Inherited from ComponentDefinitionBase.)
Public propertyValidatedDataType
Value type, which this validation rule is supposed to validate.
Public propertyValidationRuleType
Gets the type of the form component validation rule. The type inherits ValidationRule.
Top
See Also