Constructor
new PersoncompanyroleWithoutRequiredConstraint(data)
Create a new personcompanyrole-without-required-constraint instance
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Initial data |
Classes
Members
company :any
JSON dictionary representing the company instance or FK when creating / updating / not populated
Type:
- any
company :any
JSON dictionary representing the company 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
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
id :integer
Note Sails special attributes: autoIncrement
Type:
- integer
isActive :boolean
Whether this role assignment is currently active
Type:
- boolean
isActive :boolean
Whether this role assignment is currently active
Type:
- boolean
isPrimary :boolean
Whether this is the primary role for this person in this company
Type:
- boolean
isPrimary :boolean
Whether this is the primary role for this person in this company
Type:
- boolean
person :any
JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
person :any
JSON dictionary representing the person instance or FK when creating / updating / not populated
Type:
- any
role :any
JSON dictionary representing the role instance or FK when creating / updating / not populated
Type:
- any
role :any
JSON dictionary representing the role instance or FK when creating / updating / not populated
Type:
- any
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 personcompanyrole-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
PersoncompanyroleWithoutRequiredConstraint - New model instance
(static) fromJSON(data)
Create a personcompanyrole-without-required-constraint instance from JSON data
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | JSON data |
Returns:
PersoncompanyroleWithoutRequiredConstraint - New model instance