Click or drag to resize
CompareToFieldValidationRuleTValue Methods

The CompareToFieldValidationRuleTValue generic type exposes the following members.

Methods
  NameDescription
Public methodGetTitle
Gets a title for this instance of validation rule such as 'Maximum length is 100'.
(Inherited from ValidationRule.)
Public methodIsValueValid
Validates the form component's value and returns true if the value is valid. This method is used by system.
(Inherited from ValidationRuleTValue.)
Public methodModifyMetadata
Modifies modelMetadata according to the current object.
(Inherited from ValidationRule.)
Protected methodValidate
Wrapped by IsValueValid(Object) which converts the value to type specified by the generic type. Override this method to apply desired validation.
(Inherited from ValidationRuleTValue.)
Top
See Also