TaskTypeInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 9: Line 9:
| style="width: 130px;"|Abbreviation||Gets or sets the abbreviation for the task. '''String'''.
| style="width: 130px;"|Abbreviation||Gets or sets the abbreviation for the task. '''String'''.
|-
|-
|Classification||Gets or sets a value from the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''' enumeration, which specifies whether the task is a preventive, inspection or on condition task.
|Classification||Gets or sets a value from the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''' enumeration, which specifies whether the task is a preventive, inspection, on condition or corrective task.
|-
|-
|ID||Gets or sets the numeric ID of the task. '''Integer'''.
|ID||Gets or sets the numeric ID of the task. '''Integer'''.

Latest revision as of 21:39, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Represents an RCM++/RBI task type.

Properties

Name Description
Abbreviation Gets or sets the abbreviation for the task. String.
Classification Gets or sets a value from the TaskClassEnum enumeration, which specifies whether the task is a preventive, inspection, on condition or corrective task.
ID Gets or sets the numeric ID of the task. Integer.
Name Gets or sets the name of the task. String.



See Also