C# (CSharp) Watchdog.Validation.Core Namespace

Nested Namespaces

Watchdog.Validation.Core.ClientUtil
Watchdog.Validation.Core.Internal
Watchdog.Validation.Core.Util

Classes

Name Description
ConversionError Represents a Validation Exception thrown by WPF when it is unable to transfer a value from a View element (FrameworkElement in WPF Logical Tree) to its Binding source. It is caught by the ValidationScope and turned added into the scope, ValidationScope.ErrorSource collection so the ViewModel layer of the application is aware of it. This error is similar to a ValidationError regarding its members, except it can also track the invalid data that was entered.
ValidationError A Validation Error that can be used to flag a field as invalid along with a message. This is for building property validation logic at the ViewModel layer, and being able to associate those errors back to the View.
ValidationProperties
WatchdogBinding