이름 |
설명 |
AutoGeneratedKey |
For entities with server-generated keys, holds the temporary client key and the real server-generated key. |
BreezeEntityBuilder |
Builds server-side entities from JSON results sent by the Breeze client. This class is thread-safe and can be used to handle multiple requests. |
BreezeSaveResponse |
|
EntityError |
Represents a validation error on a specific entity |
EntityErrorsException |
Exception class for sending validation errors to higher levels of the application. |
EntityGroup |
|
EntityInfo |
Represents the entity object and the entityAspect data from the client |
KeyMapping |
|
SaveError |
Wrapper class for sending validation errors to the client. |
SaveWorkState |
Contains the entities and other data needed to conduct the save process. Each instance should only be used for a single save request. |