Validates that the target is within the specified range (inclusive).

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

Syntax

C#
public sealed class ProviderDateRangeValidationRule : RangeValidationRule
Visual Basic (Declaration)
Public NotInheritable Class ProviderDateRangeValidationRule _
	Inherits RangeValidationRule

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Validation..::.ValidationRule
    Mindscape.LightSpeed.Validation..::.RangeValidationRule
      Mindscape.LightSpeed.Validation..::.ProviderDateRangeValidationRule

See Also