Reserved for future use. Identifies when confirmations should be displayed in a user interface.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| Add | Display a confirmation on add. | 1 |
| Update | Display a confirmation on update. | 2 |
| Delete | Display a confirmation on delete. | 4 |
| Execute | Display a confirmation on execute on demand. | 8 |
| Hold | Display a confirmation on hold. | 16 |
| Resume | Display a confirmation on resume. | 32 |
Namespace: OnLineToolWorks.SmartBatch.Data
Assembly: OnLineToolWorks.SmartBatch.Data (in OnLineToolWorks.SmartBatch.Data.dll)
OnLineToolWorks.SmartBatch.Data Namespace