Back to API Reference
Class

InputValidatorBase

abstract
Inherits:InputBehavior

Base for value validators — judge the whole current value and return a ValidationState (open status + message) that an AutoValidateBehavior publishes to Validation for decorators to show. A separate concern from input filtering (InputFilterBase), which rejects characters as they are typed.

public abstract ValidationState Validate()

Verdict for the whole current value. An empty Status means valid.