CCrew Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 200px;"|DelayModelID||Gets or sets the numerical ID of the | | style="width: 200px;"|DelayModelID||Gets or sets the numerical ID of the logistic delay model assigned to the task. '''Integer'''. | ||
|- | |- | ||
|ID||Gets the numeric ID of the resource the crew belongs to. '''Integer'''. | |ID||Gets the numeric ID of the resource the crew belongs to. '''Integer'''. | ||
|- | |- | ||
|IncidentCostModelID||Gets or sets the numeric ID of the | |IncidentCostModelID||Gets or sets the numeric ID of the cost-per-incident model assigned to the crew. '''Integer'''. | ||
|- | |- | ||
|IncludeCrewDelayInCost||Indicates whether logistic delay should be included in the task's cost. '''Boolean'''. | |IncludeCrewDelayInCost||Indicates whether logistic delay should be included in the task's cost. '''Boolean'''. | ||
Line 28: | Line 28: | ||
|{{Template:API_TxtIdentifiers}} | |{{Template:API_TxtIdentifiers}} | ||
|- | |- | ||
|LaborCostModelID||Gets or sets the numeric ID of the | |LaborCostModelID||Gets or sets the numeric ID of the direct-cost model assigned to the crew. '''Integer'''. | ||
|- | |- | ||
|Name||Gets or sets the crew's name. '''String'''. | |Name||Gets or sets the crew's name. '''String'''. | ||
Line 36: | Line 36: | ||
|TaskLimit||Gets or sets the limit to the number of tasks a crew can perform. A value of zero (0) indicates no limit. '''Integer'''. | |TaskLimit||Gets or sets the limit to the number of tasks a crew can perform. A value of zero (0) indicates no limit. '''Integer'''. | ||
|- | |- | ||
|TaskLimitVariableID||Gets or sets the | |TaskLimitVariableID||Gets or sets the numeric ID of the variable resource that represents the number of tasks that can be performed simultaneously. '''Integer'''. | ||
|} | |} |
Revision as of 16:26, 31 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 |
---|---|
DelayModelID | Gets or sets the numerical ID of the logistic delay model assigned to the task. Integer. |
ID | Gets the numeric ID of the resource the crew belongs to. Integer. |
IncidentCostModelID | Gets or sets the numeric ID of the cost-per-incident model assigned to the crew. 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. |
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 |
LaborCostModelID | Gets or sets the numeric ID of the direct-cost model assigned to the crew. Integer. |
Name | Gets or sets the crew's name. String. |
ProjectID | Gets the numeric ID of the project the crew belongs to. Integer. |
TaskLimit | Gets or sets the limit to the number of tasks a crew can perform. A value of zero (0) indicates no limit. Integer. |
TaskLimitVariableID | Gets or sets the numeric ID of the variable resource that represents the number of tasks that can be performed simultaneously. Integer. |