Mindscape LightSpeed - User Reference & API Documentation
ValidateAttribute Class
API ReferenceMindscape.LightSpeed.ValidationValidateAttribute
Allows custom validations to be applied.
Declaration Syntax
C#Visual Basic
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
public sealed class ValidateAttribute : ValidationAttribute
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := True, Inherited := False)> _
Public NotInheritable Class ValidateAttribute _
	Inherits ValidationAttribute
Members
All MembersConstructorsProperties



IconMemberDescription
ValidateAttribute(Type)
Initializes a new instance of the ValidateAttribute class.

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

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