| Class | Description |
|---|---|
| AutoGeneratedKey | |
| EntityError | |
| EntityInfo | |
| KeyMapping | |
| SaveOptions | |
| SaveProcessor |
This is the base class that supports all save opertions within breeze.
|
| SaveResult |
Result of a save, which may have either Entities & KeyMappings, or
EntityErrors
|
| SaveWorkState |
This is the primary class for providing save interception logic; it it also the repository of
all of the information regarding the entities and their statuses associated with a save operation.
|
| Enum | Description |
|---|---|
| EntityState | |
| SaveProcessor.SaveState |
Describes the current stage of processing for the entities within a SaveWorkState.
|
| Exception | Description |
|---|---|
| EntityErrorsException |