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

Uniquely identifies the job. More...

Public Member Functions

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

Properties

short FieldType [get, set]
 Gets or sets the field type for the field value and uses the JobStandardField enum to determine which filter field criteria needs updated More...
 
object FieldValue [get, set]
 Gets or sets the value associated with the field type. More...
 
string MetaDataFieldName [get, set]
 Gets or sets the MetaDataFieldName. This field is set when A WorkType field is being passed. More...
 

Description

Uniquely identifies the job.

Constructor & Destructor Documentation

Initializes a new instance of the JobFieldValue class.

Property Documentation

short FieldType
getset

Gets or sets the field type for the field value and uses the JobStandardField enum to determine which filter field criteria needs updated

object FieldValue
getset

Gets or sets the value associated with the field type.

string MetaDataFieldName
getset

Gets or sets the MetaDataFieldName. This field is set when A WorkType field is being passed.