@grandlinex/kernel
Preparing search index...
EntityValidator
Class EntityValidator
Index
Constructors
constructor
Methods
validate
Manual
Obj
validate
Obj
validate
Obj
Key
Constructors
constructor
new
EntityValidator
()
:
EntityValidator
Returns
EntityValidator
Methods
Static
validate
Manual
Obj
validateManualObj
(
db
:
IDataBase
<
any
,
any
>
,
entity
:
string
,
value
:
any
,
update
:
boolean
,
)
:
ValidationInterface
Parameters
db
:
IDataBase
<
any
,
any
>
entity
:
string
value
:
any
update
:
boolean
Returns
ValidationInterface
Static
validate
Obj
validateObj
(
meta
:
ColumnPropMap
<
any
>
,
entity
:
string
,
value
:
any
,
update
:
boolean
,
)
:
ValidationInterface
Parameters
meta
:
ColumnPropMap
<
any
>
entity
:
string
value
:
any
update
:
boolean
Returns
ValidationInterface
Static
validate
Obj
Key
validateObjKey
(
metaContainer
:
ColumnPropMap
<
any
>
,
entity
:
string
,
key
:
string
,
value
:
unknown
,
)
:
{
key
:
string
;
valid
:
boolean
}
Parameters
metaContainer
:
ColumnPropMap
<
any
>
entity
:
string
key
:
string
value
:
unknown
Returns
{
key
:
string
;
valid
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
validate
Manual
Obj
validate
Obj
validate
Obj
Key
@grandlinex/kernel
Loading...