TaskTypeInfo Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
|Name||Gets or sets the name of the task type. '''String'''. | |Name||Gets or sets the name of the task type. '''String'''. | ||
|} | |} | ||
==Related Links== | |||
*[[Repository.Task.GetAllTaskTypes|Repository.Task.GetAllTaskTypes Method]] |
Revision as of 19:09, 29 October 2015
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. |