NoFutureDateAttributeIsValid Method
Validates the specified value with respect to the current validation attribute.
Namespace: Common.Wpf.AttributesAssembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
protected override ValidationResult? IsValid(
Object? value,
ValidationContext validationContext
)
- value Object
- The value to validate.
- validationContext ValidationContext
- The context information about the validation operation.
ValidationResultAn instance of the
ValidationResult class.