Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The validation results are cached and only executed when a property changes (the object becomes dirty) or when the validation is forced.

Child pages (Children Display)

Different types of validation

 There are two different types of validation in Catel, namely warnings and errors. There are also two flavors of validations, namely field validation and business rule validation.

Order of execution of events

 The order of execution is very important if you want to perform very advanced validation (such as translating validations at the end of each validation sequence).

...