Class

ProjectMilestone

ProjectMilestone(data)

ProjectMilestone Model
Constructor

# new ProjectMilestone(data)

Model constructor
Parameters:
Name Type Description
data ProjectMilestoneLike

View Source model/ProjectMilestone.js, line 8

Classes

ProjectMilestone

Members

Color

# color

The color of the milestone.

View Source model/ProjectMilestone.js, line 37

String

# createdBy

The id of the user who created this entity.

View Source model/ProjectMilestone.js, line 85

String

# createdOn

The date this entity was created.

View Source model/ProjectMilestone.js, line 77

String

# dueDate

The date the milestone is due.

View Source model/ProjectMilestone.js, line 45

String

# id

The id of the milestone.

View Source model/ProjectMilestone.js, line 61

String

# name

The name of the milestone.

View Source model/ProjectMilestone.js, line 29

Project

# project

Contains all Information to handle projects.

View Source model/ProjectMilestone.js, line 69

String

# projectId

The id of the project the milestone is related to.

View Source model/ProjectMilestone.js, line 53

String

# updatedBy

The id of the user who last modified this entity.

View Source model/ProjectMilestone.js, line 101

String

# updatedOn

The date this entity was last modified.

View Source model/ProjectMilestone.js, line 93