cCrew Class
Jump to navigation
Jump to search
Crews are assigned to tasks. They represent the labor personnel who will perform the maintenance activity.
Constructors
- cCrew Creates a new crew resource.
Properties
- Name (as string) Sets or gets the name of the model (the one used in the repository)
- ID (as integer) Gets the numerical ID of the resource (the one used in the repository).
- ProjectID (as integer) Gets the numerical ID of the project the resource belongs to.
- LaborCostModelID (as integer) Sets or gets the numerical ID of the crew's direct cost model.
- IncidentCostModelID (as integer) Sets or gets the numerical ID of the crew's cost per incident model.
- TaskLimit (as integer) Sets or gets the limit to the number of tasks a crew can perform.
- TaskLimitVariableID (as integer) Sets or gets the numerical ID of the task's limit variable.
- DelayModelID (as integer) Sets or gets the numerical ID of the task's logistic delay model.
- IncludeCrewDelayInCost (as boolean) Sets or gets whether logistic delay should be included in the task's cost.
- IncludePartDelayInCost (as boolean) Sets or gets whether part delay should be included in the task's cost.