ValidationCategories Enum
Definition
Flavor of the validaton categories...
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class ValidationCategories
[System.Flags]
public enum ValidationCategories
[<System.Flags>]
type ValidationCategories =
Public Enum ValidationCategories
- Inheritance
-
ValidationCategories
- Attributes
Fields
Custom | 8 | /// Custom validation method |
Load | 16 | Invoked immediately after file is loaded, before fixups |
Menu | 1 | Validation method to be invoked when user choose from the menu |
Open | 2 | Validation method to be invoked when file is opened |
Save | 4 | Validation method to be invoked when file is closed |