Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationOptionsConfig

Configuration info to be passed to the ValidationOptions constructor

Hierarchy

  • ValidationOptionsConfig

Implemented by

Index

Properties

Optional validateOnAttach

validateOnAttach: boolean

Whether entity and property level validation should occur when entities are attached to the EntityManager other than via a query. (default = true)

Optional validateOnPropertyChange

validateOnPropertyChange: boolean

Whether property level validation should occur after entities are modified. (default = true)

Optional validateOnQuery

validateOnQuery: boolean

Whether entity and property level validation should occur after entities are queried from a remote server. (default = false)

Optional validateOnSave

validateOnSave: boolean

Whether entity and property level validation should occur before entities are saved. A failed validation will force the save to fail early. (default = true)

Generated using TypeDoc