User |
public enum UserInteractionLevel
| Member name | Value | Description |
|---|---|---|
| None | 0 | No interaction with the user. Warnings will be ignored, and errors usually throw an exception. |
| InteractOnErrors | 1 | Interaction with the user only if errors occurred. Warnings are ignored. |
| InteractOnWarningsAndErrors | 2 | Interaction with the user only if errors or warnings occurred. |
| InteractAlways | 3 | Always interaction with the user. This means that in any case for instance a dialog will be presented to the user. |
The UserInteractionLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |