Validates that the target is present. i.e. Not null or empty.

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 PresenceValidationRule : ValidationRule
Visual Basic (Declaration)
Public NotInheritable Class PresenceValidationRule _
	Inherits ValidationRule

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Validation..::.ValidationRule
    Mindscape.LightSpeed.Validation..::.PresenceValidationRule

See Also