An enum used to describe the conditions under which validation should occur.
This value is set via the ValidationApplicability.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
OnPropertyChange | 1 | ||
OnAttach | 2 | ||
OnQuery | 4 | ||
OnSave | 8 | ||
Default | 11 |
See Also