CCrew Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:cCrew Class}} | {{DISPLAYTITLE:cCrew Class}}{{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
{{ | |||
== Constructors == | <onlyinclude>Represents a crew resource.</onlyinclude> | ||
==Constructors== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|cCrew||Creates an instance of the CCrew class. | |||
|- | |||
|[[CCrew Constructors|cCrew()]]||{{:CCrew Constructors}} | |||
|} | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|Name||Gets or sets the crew's name. '''String'''. | |||
|- | |||
|ID||Gets the numeric ID of the resource the crew belongs to. '''Integer'''. | |||
|- | |||
|ProjectID||Gets the numeric ID of the project the crew belongs to. '''Integer'''. | |||
|- | |||
|LaborCostModelID||Gets or sets the numeric ID of the crew's direct-cost model. '''Integer'''. | |||
|- | |||
|IncidentCostModelID||Gets or sets the numeric ID of the crew's cost-per-incident model. '''Integer'''. | |||
|- | |||
|TaskLimit||Gets or sets the limit to the number of tasks a crew can perform (0 &61; no limit. '''Integer'''. | |||
|- | |||
|TaskLimitVariableID||Gets or sets the numerical ID of the variable that represents the number of tasks that can be performed simultaneously. '''Integer'''. | |||
|- | |||
|DelayModelID||Gets or sets the numerical ID of the task's logistic Delay model. '''Integer'''. | |||
|- | |||
|IncludeCrewDelayInCost||Indicates whether logistic delay should be included in the task's cost. '''Boolean'''. | |||
|- | |||
|IncludePartDelayInCost||Indicates whether part delay should be included in the task's cost. '''Boolean'''. | |||
|} | |||
''' | '''Synthesis Identifiers''' | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|{{Template:API_TxtIdentifiers}} | |||
|} | |||
Revision as of 23:13, 10 August 2015
Member of: SynthesisAPI
Represents a crew resource.
Constructors
Name | Description |
---|---|
cCrew | Creates an instance of the CCrew class. |
cCrew() | A parameterized constructor for the cCrew class. (.NET only) |
Properties
Name | Description |
---|---|
Name | Gets or sets the crew's name. String. |
ID | Gets the numeric ID of the resource the crew belongs to. Integer. |
ProjectID | Gets the numeric ID of the project the crew belongs to. Integer. |
LaborCostModelID | Gets or sets the numeric ID of the crew's direct-cost model. Integer. |
IncidentCostModelID | Gets or sets the numeric ID of the crew's cost-per-incident model. Integer. |
TaskLimit | Gets or sets the limit to the number of tasks a crew can perform (0 &61; no limit. Integer. |
TaskLimitVariableID | Gets or sets the numerical ID of the variable that represents the number of tasks that can be performed simultaneously. Integer. |
DelayModelID | Gets or sets the numerical ID of the task's logistic Delay model. Integer. |
IncludeCrewDelayInCost | Indicates whether logistic delay should be included in the task's cost. Boolean. |
IncludePartDelayInCost | Indicates whether part delay should be included in the task's cost. Boolean. |
Synthesis Identifiers
Name | Description |
---|---|
ItemApplication | Gets or sets the item's application. (Synthesis identifier) String |
ItemCategoryID | Gets or sets the category ID. (Synthesis identifier) Integer |
ItemComments | Gets or sets the comments. (Synthesis identifier) String |
ItemDescription | Gets or sets the description. (Synthesis identifier) String |
ItemKeywords | Gets or sets the keywords. (Synthesis identifier) String |
ItemPartNumber | Gets or sets the part number. (Synthesis identifier) String |
ItemSupplier | Gets or sets the supplier name. (Synthesis identifier) String |
ItemVersion | Gets or sets the version number. (Synthesis identifier) String |