Click or drag to resize

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)
Syntax
public enum EntityMode
Members
  Member nameValueDescription
Inactive0 The entity has no data
Browse1 The entity has data loaded and not modified
Append2 The entity is in append mode. The content will be added to the storage.
Edit3 The entity is modified. The content of the storage will be updated
Delete4 The entity is in delete mode. The entity will be deleted from the storage
AppendDeleted5 The entity item (in the detail of a master detail) was added and deleted. This entity will not change the storage
See Also