Class

TypeOfWork

TypeOfWork(data)

TypeOfWork Model
Constructor

# new TypeOfWork(data)

Model constructor
Parameters:
Name Type Description
data TypeOfWorkLike

View Source model/TypeOfWork.js, line 8

Classes

TypeOfWork

Members

String

# createdBy

The id of the user who created this entity.

View Source model/TypeOfWork.js, line 75

String

# createdOn

The date this entity was created.

View Source model/TypeOfWork.js, line 67

String

# description

A short (max. 140 characters) description of the task type.

View Source model/TypeOfWork.js, line 43

Icon

# icon

The icon associated with this task type.

View Source model/TypeOfWork.js, line 51

string

# id

The id of the task type.

View Source model/TypeOfWork.js, line 27

Boolean

# isArchived

Whether the type of work has been archived.

View Source model/TypeOfWork.js, line 59

String

# name

The name of the task type.

View Source model/TypeOfWork.js, line 35

String

# updatedBy

The id of the user who last modified this entity.

View Source model/TypeOfWork.js, line 91

String

# updatedOn

The date this entity was last modified.

View Source model/TypeOfWork.js, line 83