Constructor
new CertificationproviderWithoutRequiredConstraint(data)
Create a new certificationprovider-without-required-constraint instance
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Initial data |
Classes
Members
address :string
Address of the certification provider
Type:
- string
address :string
Address of the certification provider
Type:
- string
certifications :Array.<certification>
Array of certification's or array of FK's when creating / updating / not populated
Type:
- Array.<certification>
certifications :Array.<certification>
Array of certification's or array of FK's when creating / updating / not populated
Type:
- Array.<certification>
code :string
Unique identifier code for the certification provider
Type:
- string
code :string
Unique identifier code for the certification provider
Type:
- string
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
Detailed description of the certification provider
Type:
- string
description :string
Detailed description of the certification provider
Type:
- string
email :string
Contact email for the certification provider
Type:
- string
email :string
Contact email for the certification provider
Type:
- string
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
isActive :boolean
Whether this provider is currently active
Type:
- boolean
isActive :boolean
Whether this provider is currently active
Type:
- boolean
name :string
Full name of the certification provider
Type:
- string
name :string
Full name of the certification provider
Type:
- string
phone :string
Contact phone number for the certification provider
Type:
- string
phone :string
Contact phone number for the certification provider
Type:
- string
services :Array.<any>
Array of certification types offered by this provider (e.g., ["SOA", "ISO"])
Type:
- Array.<any>
services :Array.<any>
Array of certification types offered by this provider (e.g., ["SOA", "ISO"])
Type:
- Array.<any>
updatedAt :number
Type:
- number
updatedAt :number
Type:
- number
website :string
Website URL of the certification provider
Type:
- string
website :string
Website URL of the certification provider
Type:
- string
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 certificationprovider-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationproviderWithoutRequiredConstraint - New model instance
(static) fromJSON(data)
Create a certificationprovider-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
CertificationproviderWithoutRequiredConstraint - New model instance