Click or drag to resize
IValidationContext Interface

Namespace: Innovator.Server
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IValidationContext : IContext

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
Methods
  NameDescription
Public methodIsBeingSetNull
Indicates if a property is being set null. Note that this does not detect if the property already is null.
Public methodIsChanging
Indicates if one or more properties in the list are changing
Public methodNewOrExisting
Gets a property from the Item item (if it exists). Otherwise, the property from Existing is returned
Top
See Also