most-data/types

Classes

AccessDeniedException
DataAdapter
DataAssociationMapping
DataContext
DataEventArgs
DataEventListener
DataException
DataField
DataModelEventListener
DataModelPrivilege
DataNotFoundException
DataResultSet
EventEmitter2
NotNullException
UniqueConstraintException

Members

(inner) DataCachingType :string

An enumeration of the available data caching types
Type:
  • string
Properties:
Name Type Description
None string Data will never be cached (none)
Always string Data will always be cached (always)
Conditional string Data will conditionally be cached (conditional)
Source:

(inner) DataObjectState :number

An enumeration of the available data object states
Type:
  • number
Properties:
Name Type Description
Insert number Insert State (1)
Update number Update State (2)
Delete number Delete State (4)
Source:

(inner) PrivilegeType

An enumeration of tha available privilege types
Properties:
Name Type Description
Self string Self Privilege (self).
Parent string Parent Privilege (parent)
Item string Item Privilege (child)
Global string Global Privilege (global)
Source: