Initializes a new instance of the ValidateAttribute class.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ValidateAttribute(
	Type validationRuleType
)
Visual Basic (Declaration)
Public Sub New ( _
	validationRuleType As Type _
)

Parameters

validationRuleType
Type: System..::.Type
Type of the custom validation rule.

See Also