| IValidationContext Interface |
Namespace: Innovator.Server
The IValidationContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Conn | (Inherited from IContext.) | |
| ErrorBuilder |
Error builder which captures any errors which are encountered
| |
| Exception |
Get the exception object created for any errors that have happened so far.
| |
| Existing |
Get the existing item in the database
| |
| IsNew |
Indicates if the argument is new (not in the database)
| |
| Item |
The changes given to the database. This object should be modified to make any additional
changes
| |
| Merged |
Gets an item which represents the new item after the changes are applied
| |
| QueryDefaults |
Method for modifying the query to get existing items
|
| Name | Description | |
|---|---|---|
| IsBeingSetNull |
Indicates if a property is being set null. Note that this does not detect if the property
already is null.
| |
| IsChanging |
Indicates if one or more properties in the list are changing
| |
| NewOrExisting |