EntityAction Class
EntityAction is an 'Enum' containing all of the valid actions that can occur to an 'Entity'.
Item Index
Properties
- AcceptChanges static
- Attach static
- AttachOnImport static
- AttachOnQuery static
- Clear static
- Detach static
- EntityStateChange static
- MergeOnImport static
- MergeOnQuery static
- MergeOnSave static
- PropertyChange static
- RejectChanges static
Properties
AcceptChanges
EntityAction
final
static
AcceptChanges - AcceptChanges was called on the entity, or its entityState was set to Unmodified.
AttachOnImport
EntityAction
final
static
AttachOnImport - Entity was attached as a result of an import.
EntityStateChange
EntityAction
final
static
EntityStateChange - The EntityState of the entity was changed.
MergeOnImport
EntityAction
final
static
MergeOnImport - Properties on the entity were merged as a result of an import.
MergeOnQuery
EntityAction
final
static
MergeOnQuery - Properties on the entity were merged as a result of a query.
MergeOnSave
EntityAction
final
static
MergeOnSave - Properties on the entity were merged as a result of a save