CCorrectiveTask Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "CCorrectiveTask Class" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
No edit summary
 
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|CCorrectiveTask Class|CCorrectiveTask}}  
{{DISPLAYTITLE:cCorrectiveTask Class}}{{Template:API}}{{Template:APIBreadcrumb}}


Corrective Task allows you to choose or create a corrective task for the URD. Corrective maintenance consists of the action(s) taken to restore a failed component to operational status.


=== Constructors ===
<onlyinclude>Represents a corrective task resource.</onlyinclude>


*'''[[New cCorrectiveTask]]''' {{APIComment|Creates a new instance of the resource.}}
==Constructors==
{| {{APITable}}
|-
| style="width: 240px;"|CCorrectiveTask||Creates an instance of the cCorrectiveTask class.
|-
|[[CCorrectiveTask Constructors|cCorrectiveTask()]]||{{:CCorrectiveTask Constructors}}
|}


=== Properties  ===
 
*'''[[cCorrectiveTask.Name|Name]]''' {{APIComment|Sets or returns the name of the model (the one used in the repository)}}
==Methods==
*'''[[cCorrectiveTask.ID|ID]]''' {{APIComment|Returns the ID of the resource (the one used in the repository).}}
{| {{APITable}}
*'''[[cCorrectiveTask.ProjectID|ProjectID]]''' {{APIComment|Returns the ID of the project the resource belongs to.}}
|-
*'''[[cCorrectiveTask.TaskFrequencyID|TaskFrequencyID]]''' {{APIComment|Returns the ID of the task frequency as a task frequency enumeration for which the resource belongs to.}}
|style="width: 240px;"|[[CCorrectiveTask.GetPools_Method|GetPools]]||{{:CCorrectiveTask.GetPools_Method}}  
*'''[[cCorrectiveTask.DurationModelID|DurationModelID]]''' {{APIComment|Returns the ID of the task duration model the resource belongs to.}}
|-
*'''[[cCorrectiveTask.BringSystemDown|BringSystemDown]]''' {{APIComment|Whether or not this task will bring the system down for which this resource belongs to.}}
|[[CCorrectiveTask.SetPools_Method|SetPools]]||{{:CCorrectiveTask.SetPools_Method}}
*'''[[cCorrectiveTask.BringItemDown|BringItemDown]]''' {{APIComment|Whether or not this task will bring the item down for which this resource belongs to.}}
|-
*'''[[CCorrectiveTask.PerformTaskEvenIfItBringsSysDown|PerformTaskEvenIfItBringsSysDown]]''' {{APIComment|Whether or not you still perform the task if bringing the item down causes the system to go down. }}
|[[CCorrectiveTask.GetTeams_Method|GetTeams]]||{{:CCorrectiveTask.GetTeams_Method}}
*'''[[cCorrectiveTask.ResFactorType|ResFactorType]]''' {{APIComment|Sets or returns whether fixed probability should be used as a spare acquisition type for the resource.}}
|-
*'''[[cCorrectiveTask.ResFactorValue|ResFactorValue]]''' {{APIComment|Sets or returns the type for the restoration enumeration the resource belongs to.}}
|[[CCorrectiveTask.SetTeams_Method|SetTeams]]||{{:CCorrectiveTask.SetTeams_Method}}
*'''[[cCorrectiveTask.CrewIDs|CrewIDs]]''' {{APIComment|Returns the IDs of the crews assigned that the resource belongs to.}}
|}
*'''[[cCorrectiveTask.PoolID|PoolID]]''' {{APIComment|Returns the ID of the pools assigned that the resource belongs to.}}
 
*'''[[cCorrectiveTask.MiscCostModelID|MiscCostModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost model based on the cost per task and downtime rate the resource belongs to.}}
 
*'''[[cCorrectiveTask.MiscCostPerTimeModelID|MiscCostPerTimeModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost per unit of time model that the resource belongs to.}}
 
== Properties  ==
{| {{APITable}}
|-
| style="width: 240px;"|BringItemDown||Indicates whether the task will bring the item down. '''Boolean'''. Default value = True.
|-
|BringSystemDown||Indicates whether the task will bring the system down. '''Boolean'''. Default value = False.
|-
|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'''
|-
|{{Template:API_TxtIdentifiers}}
|-
|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'''. Default value = True.
|-
|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 effect of the restoration. Default value = 1 (restores all accumulated damage).
|-
|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 at which the task is performed. Default value = 8 (task is performed upon item failure).
|-
|Teams||Returns a '''{{APIPrefix|List}}(Of [[TeamInfo Class|TeamInfo]])''' containing teams assigned for the task (in the order of priority). (.NET Only)
|}
 
 
 
 
 
==See Also==
*[[Repository.Task.AddCorrectiveTask|Repository.Task.AddCorrectiveTask Method]]
*[[Repository.Task.GetAllCorrectiveTasks|Repository.Task.GetAllCorrectiveTasks Method]]
*[[Repository.Task.GetCorrectiveTask|Repository.Task.GetCorrectiveTask Method]]
*[[Repository.Task.UpdateCorrectiveTask|Repository.Task.UpdateCorrectiveTask Method]]

Latest revision as of 17:31, 14 March 2019

APIWiki.png


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
GetPools Returns an array of the Pool IDs and number of parts for all pools required for the task.
SetPools Sets the Pool IDs and number of parts for all pools required for the task.
GetTeams Returns an array teams required for the task.
SetTeams Sets the teams required for the task.


Properties

Name Description
BringItemDown Indicates whether the task will bring the item down. Boolean. Default value = True.
BringSystemDown Indicates whether the task will bring the system down. Boolean. Default value = False.
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. Default value = True.
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. Default value = 1 (restores all accumulated damage).
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 at which the task is performed. Default value = 8 (task is performed upon item failure).
Teams Returns a List(Of TeamInfo) containing teams assigned for the task (in the order of priority). (.NET Only)



See Also