Click or drag to resize
IValidationContext Properties

The IValidationContext type exposes the following members.

Properties
  NameDescription
Public propertyConn (Inherited from IContext.)
Public propertyErrorBuilder
Error builder which captures any errors which are encountered
Public propertyException
Get the exception object created for any errors that have happened so far.
Public propertyExisting
Get the existing item in the database
Public propertyIsNew
Indicates if the argument is new (not in the database)
Public propertyItem
The changes given to the database. This object should be modified to make any additional changes
Public propertyMerged
Gets an item which represents the new item after the changes are applied
Public propertyQueryDefaults
Method for modifying the query to get existing items
Top
See Also