Mindscape LightSpeed - User Reference & API Documentation
FormatValidationRule Class
API ReferenceMindscape.LightSpeed.ValidationFormatValidationRule
Validates that the target conforms to a given format specified by a supplied regular expression
Declaration Syntax
C#Visual Basic
public sealed class FormatValidationRule : ValidationRule
Public NotInheritable Class FormatValidationRule _
	Inherits ValidationRule
Members
All MembersConstructorsMethods



IconMemberDescription
FormatValidationRule(String)
Initializes a new instance of the FormatValidationRule class.

FormatValidationRule(Regex)
Initializes a new instance of the FormatValidationRule class.

Validate(ValidationContext)
Perform the validation logic associated with this rule.
(Overrides ValidationRule.Validate(ValidationContext).)
Inheritance Hierarchy
Object
ValidationRule
 FormatValidationRule

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)