TaskTypeInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Stores or retrieves the properties of an RCM task type.</onlyinclude>
<onlyinclude>Represents the RCM task type.</onlyinclude>


== Properties  ==
== Properties  ==

Revision as of 23:41, 7 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the 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.



See Also