CCrew Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|CCrew Class|CCrew}} Crews are assigned to tasks. They represent the labor personnel who will perform the maintenance activity. === Constructors === *'''[[P…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
=== Properties === | === Properties === | ||
*'''[[Name | *'''[[cCrew.Name|Name]]''' {{APIComment|Sets or returns the name of the model (the one used in the repository)}} | ||
*'''[[ID | *'''[[cCrew.ID|ID]]''' {{APIComment|Returns the ID of the resource (the one used in the repository).}} | ||
*'''[[ProjectID | *'''[[cCrew.ProjectID|ProjectID]]''' {{APIComment|Returns the ID of the project the resource belongs to.}} | ||
*'''[[LaborCostModelID]]''' {{APIComment|Sets or returns the direct cost model ID the resource belongs to.}} | *'''[[LaborCostModelID]]''' {{APIComment|Sets or returns the direct cost model ID the resource belongs to.}} | ||
*'''[[IncidentCostModelID]]''' {{APIComment|Sets or returns the cost per incident ID the resource belongs to.}} | *'''[[IncidentCostModelID]]''' {{APIComment|Sets or returns the cost per incident ID the resource belongs to.}} |
Revision as of 16:31, 18 September 2013
Crews are assigned to tasks. They represent the labor personnel who will perform the maintenance activity.
Constructors
- Sub New Creates a new instance of the resource.
Properties
- Name Sets or returns the name of the model (the one used in the repository)
- ID Returns the ID of the resource (the one used in the repository).
- ProjectID Returns the ID of the project the resource belongs to.
- LaborCostModelID Sets or returns the direct cost model ID the resource belongs to.
- IncidentCostModelID Sets or returns the cost per incident ID the resource belongs to.
- TaskLimit Sets or returns if there is a limit to the number of tasks a crew can perform.
- TaskLimitVariableID Sets or returns the task limit ID the resource belongs to.
- DelayModelID Sets or returns the logistic delay ID the resource belongs to.
- IncludeCrewDelayInCost Sets or returns whether logistic delay should be included in the cost the resource belongs to.
- IncludePartDelayInCost Sets or returns whether part delay should be included in the cost the resource belongs to.