CCorrectiveTask Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
|BringSystemDown||Indicates whether the task will bring the system down. '''Boolean'''. | |BringSystemDown||Indicates whether the task will bring the system down. '''Boolean'''. | ||
|- | |- | ||
|CrewIDs()||Gets or sets the numeric IDs of the crews assigned to the task. '''Integer'''. | |CrewIDs()||Gets or sets the numeric IDs of the crews assigned to the task. '''Integer'''. | ||
|- | |- | ||
|DurationModelID||Gets or sets the numeric ID of the duration model assigned to the task. '''Integer'''. | |DurationModelID||Gets or sets the numeric ID of the duration model assigned to the task. '''Integer'''. | ||
Line 45: | Line 45: | ||
|PerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. '''Boolean'''. | |PerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. '''Boolean'''. | ||
|- | |- | ||
|PoolID||Gets or sets the ID of the spare part pool assigned to the task. '''Integer'''. | |PoolID||Gets or sets the numeric ID of the spare part pool assigned to the task. '''Integer'''. | ||
|- | |- | ||
|ProjectID||Gets the numeric ID of the project the task belongs to. '''Integer'''. | |ProjectID||Gets the numeric ID of the project the task belongs to. '''Integer'''. | ||
|- | |- | ||
|ResFactorType||Gets or sets a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''', which specifies the | |ResFactorType||Gets or sets a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''', which specifies the effect of the restoration (i.e., restores all accumulated damage or restores only damage accumulated since last repair). | ||
|- | |- | ||
|ResFactorValue||Gets or sets the restoration amount (0.9 | |ResFactorValue||Gets or sets the restoration amount (0.9 = 90% restoration). A value = 1 indicates an as good as new condition, a value = 0 indicates an as bad as old condition. A values greater than zero but less than 1 indicates a partial restoration. '''Double'''. | ||
|- | |- | ||
|TaskFrequencyID||Gets or sets a value from the '''[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]''', which specifies the frequency with which the task is performed. | |TaskFrequencyID||Gets or sets a value from the '''[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]''', which specifies the frequency with which the task is performed. | ||
|} | |} |
Revision as of 22:14, 17 September 2015
Member of: SynthesisAPI
Represents a corrective task resource.
Constructors
Name | Description |
---|---|
CCorrectiveTask | Creates an instance of the cCorrectiveTask class. |
cCorrectiveTask() | A parameterized constructor for the cCorrectiveTask class. (.NET only) |
Methods
Name | Description |
---|---|
GetCrewIDs | |
SetCrewIDs |
Properties
Name | Description |
---|---|
BringItemDown | Indicates whether the task will bring the item down. Boolean. |
BringSystemDown | Indicates whether the task will bring the system down. Boolean. |
CrewIDs() | Gets or sets the numeric IDs of the crews assigned to the task. Integer. |
DurationModelID | Gets or sets the numeric ID of the duration model assigned to the task. Integer. |
ID | Gets the numeric ID of the task. Integer |
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 |
MiscCostModelID | Gets or sets the numeric ID of the model that represents the cost per task. Integer. |
MiscCostPerTimeModelID | Gets or sets the numeric ID of the model that represents the downtime rate. Integer. |
Name | Gets or sets the name of the task. String. |
PerformTaskEvenIfItBringsSysDown | Indicates whether the task should be performed if bringing the item down causes the system to go down. Boolean. |
PoolID | Gets or sets the numeric ID of the spare part pool assigned to the task. Integer. |
ProjectID | Gets the numeric ID of the project the task belongs to. Integer. |
ResFactorType | Gets or sets a value from the TaskRestorationTypeEnum, which specifies the effect of the restoration (i.e., restores all accumulated damage or restores only damage accumulated since last repair). |
ResFactorValue | Gets or sets the restoration amount (0.9 = 90% restoration). A value = 1 indicates an as good as new condition, a value = 0 indicates an as bad as old condition. A values greater than zero but less than 1 indicates a partial restoration. Double. |
TaskFrequencyID | Gets or sets a value from the TaskFrequencyEnum, which specifies the frequency with which the task is performed. |