Constructor
new DocumenttypeWithoutRequiredConstraint(data)
Create a new documenttype-without-required-constraint instance
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Initial data |
Classes
Members
allowMultipleFiles :boolean
Whether multiple files can be uploaded for this document type
Type:
- boolean
allowMultipleFiles :boolean
Whether multiple files can be uploaded for this document type
Type:
- boolean
category :any
JSON dictionary representing the documentcategory instance or FK when creating / updating / not populated
Type:
- any
category :any
JSON dictionary representing the documentcategory instance or FK when creating / updating / not populated
Type:
- any
createdAt :number
Type:
- number
createdAt :number
Type:
- number
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
createdBy :any
The user who created this record JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
description :string
Type:
- string
description :string
Type:
- string
documentRequests :Array.<documentrequestitem>
Array of documentrequestitem's or array of FK's when creating / updating / not populated
Type:
- Array.<documentrequestitem>
documentRequests :Array.<documentrequestitem>
Array of documentrequestitem's or array of FK's when creating / updating / not populated
Type:
- Array.<documentrequestitem>
featured :boolean
Whether this document type is featured in the UI
Type:
- boolean
featured :boolean
Whether this document type is featured in the UI
Type:
- boolean
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
isYearlyDocument :boolean
Whether this document is requested per year (e.g. balance sheets) or just once (e.g. ID card)
Type:
- boolean
isYearlyDocument :boolean
Whether this document is requested per year (e.g. balance sheets) or just once (e.g. ID card)
Type:
- boolean
name :string
Type:
- string
name :string
Type:
- string
updatedAt :number
Type:
- number
updatedAt :number
Type:
- number
Methods
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
toJSON() → {Object}
Convert the model to a plain object
Returns:
- Plain object representation
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
validate() → {Object}
Validate the model
Returns:
- Validation result {valid: boolean, errors: Object}
- Type
- Object
(static) fromJSON(data)
Create a documenttype-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
DocumenttypeWithoutRequiredConstraint - New model instance
(static) fromJSON(data)
Create a documenttype-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
DocumenttypeWithoutRequiredConstraint - New model instance