TaskTypeInfo Class: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Albert Szeto (talk | contribs)  Created page with '{{Template:APIClass|Repository Class|Repository}} This class describes a Task Type.  == Constructors== *'''New TaskTypeInfo''' {{APIComment|Create an task type info object.}}…'  | 
				Kate Racaza (talk | contribs) mNo edit summary  | 
				||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Template:  | {{Template:API}}{{Template:APIBreadcrumb}}  | ||
== Properties ==  | <onlyinclude>Represents an RCM++/RBI task type.</onlyinclude>  | ||
== Properties  ==  | |||
{| {{APITable}}  | |||
|-  | |||
| 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 whether the task is a preventive, inspection, on condition or corrective task.  | |||
|-  | |||
|ID||Gets or sets the numeric ID of the task. '''Integer'''.  | |||
|-  | |||
|Name||Gets or sets the name of the task. '''String'''.  | |||
|}  | |||
==See Also==  | |||
*[[Repository.Task.GetAllTaskTypes|Repository.Task.GetAllTaskTypes Method]]  | |||
Latest revision as of 21:39, 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, on condition or corrective task. | 
| ID | Gets or sets the numeric ID of the task. Integer. | 
| Name | Gets or sets the name of the task. String. | 
