TaskTypeInfo Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Properties ==
== Properties ==
*'''[[TaskTypeInfo.ID]]'''{{APIComment|Sets or returns the Task type ID}}
*ID (as ''integer'') {{APIComment|Sets or returns the Task type ID}}
*'''[[TaskTypeInfo.Name]]'''{{APIComment|Sets or returns the Task Type Name}}
*Name (as ''string'') {{APIComment|Sets or returns the Task Type Name}}
*'''[[TaskTypeInfo.Classification]]'''{{APIComment|Sets or returns the Task Type classification}}
*Classification (as ''[[TaskClassEnum Enumeration|TaskClassEnum]]'') {{APIComment|Sets or returns the Task Type classification}}
*'''[[TaskTypeInfo.Abbreviation]]'''{{APIComment|Sets or returns the abbreviation for the task type}}
*Abbreviation (as ''string'') {{APIComment|Sets or returns the abbreviation for the task type}}

Revision as of 21:46, 12 March 2014


This class describes a Task Type.

Properties

  • ID (as integer) Sets or returns the Task type ID
  • Name (as string) Sets or returns the Task Type Name
  • Classification (as TaskClassEnum) Sets or returns the Task Type classification
  • Abbreviation (as string) Sets or returns the abbreviation for the task type