 | EntityMode Enumeration |
Defines the different modes that the entity can be
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxPublic Enumeration EntityMode
Members
| Member name | Value | Description |
---|
| Inactive | 0 |
The entity has no data
|
| Browse | 1 |
The entity has data loaded and not modified
|
| Append | 2 |
The entity is in append mode. The content will be added to the storage.
|
| Edit | 3 |
The entity is modified. The content of the storage will be updated
|
| Delete | 4 |
The entity is in delete mode. The entity will be deleted from the storage
|
| AppendDeleted | 5 |
The entity item (in the detail of a master detail) was added and deleted.
This entity will not change the storage
|
See Also