Initializes a new instance of the UniqueValidationRule class.

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

Syntax

C#
public UniqueValidationRule(
	string scope
)
Visual Basic (Declaration)
Public Sub New ( _
	scope As String _
)

Parameters

scope
Type: System..::.String
The name of an attribute used to limit the scope of the uniqueness check.

See Also