Mindscape LightSpeed - User Reference & API Documentation
ValidateFormatAttribute Class
API ReferenceMindscape.LightSpeed.ValidationValidateFormatAttribute
Associates a FormatValidationRule with the attribute target.
Declaration Syntax
C#Visual Basic
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class ValidateFormatAttribute : ValidationAttribute
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False, Inherited := False)> _
Public NotInheritable Class ValidateFormatAttribute _
	Inherits ValidationAttribute
Members
All MembersConstructorsProperties



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

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

ValidationRule
Gets the validation rule.
(Overrides ValidationAttribute.ValidationRule.)
Inheritance Hierarchy
Object
Attribute
 ValidationAttribute
  ValidateFormatAttribute

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