TaskTypeInfo Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
== | <onlyinclude>Stores the properties of an RCM task type.</onlyinclude> | ||
== Properties == | |||
{| {{APITable}} | |||
|- | |||
| style="width: 130px;"|ID||Gets or sets the numerical ID of the task type. '''Integer'''. | |||
|- | |||
|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). | |||
|- | |||
|Abbreviation||Gets or sets the abbreviation for the task type. '''String'''. | |||
|} |
Revision as of 18:02, 7 August 2015
Member of: SynthesisAPI
Stores the properties of an RCM task type.
Properties
Name | Description |
---|---|
ID | Gets or sets the numerical ID of the task type. Integer. |
Name | Gets or sets the name of 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). |
Abbreviation | Gets or sets the abbreviation for the task type. String. |