TaskTypeInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 130px;"|ID||Gets or sets the numerical ID of the task type. '''Integer'''.
| style="width: 130px;"|Abbreviation||Gets or sets the abbreviation for the task type. '''String'''.
|-
|-
|Name||Gets or sets the name of the task type. '''String'''.
|Classification||Gets or sets a value from the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''' enumeration, which specifies the task's class (e.g., preventive, inspection or on condition inspection).
|-
|-
|Classification||Gets or sets a value from the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''' enumeration, which specifies the task's class (e.g., preventive, inspection or on condition inspection).
|ID||Gets or sets the numeric ID of the task type. '''Integer'''.
|-
|-
|Abbreviation||Gets or sets the abbreviation for the task type. '''String'''.
|Name||Gets or sets the name of the task type. '''String'''.
|}
|}

Revision as of 21:37, 31 August 2015

APIWiki.png


Member of: SynthesisAPI


Stores the properties of an RCM task type.

Properties

Name Description
Abbreviation Gets or sets the abbreviation for the task type. String.
Classification Gets or sets a value from the TaskClassEnum enumeration, which specifies the task's class (e.g., preventive, inspection or on condition inspection).
ID Gets or sets the numeric ID of the task type. Integer.
Name Gets or sets the name of the task type. String.