Class

ProjectStatus

ProjectStatus(data)

ProjectStatus Model
Constructor

# new ProjectStatus(data)

Model constructor
Parameters:
Name Type Description
data ProjectStatusLike

View Source model/ProjectStatus.js, line 6

Classes

ProjectStatus

Members

String

# createdBy

The id of the user who created this entity.

View Source model/ProjectStatus.js, line 57

String

# createdOn

The date this entity was created.

View Source model/ProjectStatus.js, line 49

String

# id

The primary identifier of this project status.

View Source model/ProjectStatus.js, line 26

String

# name

The name of the project status.

View Source model/ProjectStatus.js, line 34

String

# projectId

The id of the project the status belongs to.

View Source model/ProjectStatus.js, line 81

String

# projectTemplateId

The project template of the status.

View Source model/ProjectStatus.js, line 73

String

# updatedBy

The id of the user who last modified this entity.

View Source model/ProjectStatus.js, line 89

String

# updatedOn

The date this entity was last modified.

View Source model/ProjectStatus.js, line 65