TaskTypeInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} This class describes a Task Type. == Constructors== *'''New TaskTypeInfo''' {{APIComment|Create an task type info object.}}…')
 
No edit summary
Line 1: Line 1:
{{Template:APIClass|Repository Class|Repository}}
{{Template:APIClass|Repository Class|Repository}}
This class describes a Task Type.
This class describes a Task Type.
== Constructors==
*'''[[New TaskTypeInfo]]''' {{APIComment|Create an task type info object.}}


== Properties ==
== Properties ==
*'''[[TaskTypeInfo.ID]] As Integer
*'''[[TaskTypeInfo.ID]]'''{{APIComment|Sets or returns the Task type ID}}
*'''[[TaskTypeInfo.Name]] As String
*'''[[TaskTypeInfo.Name]]'''{{APIComment|Sets or returns the Task Type Name}}
*'''[[TaskTypeInfo.Classification]] As TaskClassEnum
*'''[[TaskTypeInfo.Classification]]'''{{APIComment|Sets or returns the Task Type classification}}
*'''[[TaskTypeInfo.Abbreviation]] As String
*'''[[TaskTypeInfo.Abbreviation]]'''{{APIComment|Sets or returns the abbreviation for the task type}}

Revision as of 18:31, 26 September 2013


This class describes a Task Type.

Properties