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 2: | Line 2: | ||
| <onlyinclude>Represents  | <onlyinclude>Represents an RCM++/RBI task type.</onlyinclude> | ||
| == Properties  == | == Properties  == | ||
| {| {{APITable}} | {| {{APITable}} | ||
| |- | |- | ||
| | style="width: 130px;"|Abbreviation||Gets or sets the abbreviation for the task  | | 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 the task | |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. | ||
| |- | |- | ||
| |ID||Gets or sets the numeric ID of the task  | |ID||Gets or sets the numeric ID of the task. '''Integer'''. | ||
| |- | |- | ||
| |Name||Gets or sets the name of the task  | |Name||Gets or sets the name of the task. '''String'''. | ||
| |} | |} | ||
Revision as of 21:37, 24 June 2016
|  | 
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 or on condition task. | 
| ID | Gets or sets the numeric ID of the task. Integer. | 
| Name | Gets or sets the name of the task. String. |