All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
JobField Class Reference

The Activity Field More...

Public Member Functions

 JobField ()
 Initializes a new instance of the JobField class. More...
 

Properties

short FieldType [get, set]
 Gets or sets the FieldType. More...
 
string MetaDataFieldName [get, set]
 Gets or sets the MetaDataFieldName. More...
 

Description

The Activity Field

Constructor & Destructor Documentation

JobField ( )

Initializes a new instance of the JobField class.

Property Documentation

short FieldType
getset

Gets or sets the FieldType.

Remarks
The FieldType is an enumeration, and must be one of the following.

Enumeration Description
1 Job Status Field
3 Job Creator Field
6 Job Process Name Field
7 Job Process Version Field
8 Job Priority Field
9 State Field
10 Sla Field
11 Case Ref Field
12 The job owner field
13 Type Field
14 Score Field
15 The job WorkType
16 The job WorkType Field

string MetaDataFieldName
getset

Gets or sets the MetaDataFieldName.

Remarks
The ID of the MetaDataField must be specified here, not the Display Name.
The MetaDataFieldName is only applicable when FieldType is set to 16 (Job WorkType Field).