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

Specifies the job list for the query with columns configured in Query. More...

Public Member Functions

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

Properties

StringCollection Columns [get, set]
 Gets or sets the columns. More...
 
int JobCount [get, set]
 Gets or sets the number of jobs. More...
 
JobSummaryCollection Jobs [get, set]
 Gets or sets the job summary collection. More...
 
WorkQueueDefinitionFieldIdentityCollection WorkQueueFields [get, set]
 Gets or sets the workqueue fields. More...
 

Description

Specifies the job list for the query with columns configured in Query.

Constructor & Destructor Documentation

Initializes a new instance of the JobQueryResult class.

Property Documentation

StringCollection Columns
getset

Gets or sets the columns.

The columns.

int JobCount
getsetinherited

Gets or sets the number of jobs.

The job count.

JobSummaryCollection Jobs
getsetinherited

Gets or sets the job summary collection.

The jobs.

WorkQueueDefinitionFieldIdentityCollection WorkQueueFields
getset

Gets or sets the workqueue fields.

The workqueue fields.