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

Contains the workqueue results for a specified query. More...

Public Member Functions

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

Properties

StringCollection Columns [get, set]
 Gets or sets the columns. More...
 
DateTime FirstDueDate [get, set]
 Gets or sets the first due date from the workqueue. More...
 
DateTime FirstPendingTime [get, set]
 Gets or sets the first pending time from the workqueue. More...
 
int FirstPriority [get, set]
 Gets or sets the first priority from the workqueue. More...
 
new JobActivitySummary2Collection JobActivitySummaryCollection [get, set]
 Gets or sets the details of the activities and jobs. More...
 
JobIdentityCollection JobIdentityCollection [get, set]
 Gets or sets the details of the jobs from the workqueue. More...
 
DateTime LastDueDate [get, set]
 Gets or sets the last due date from the workqueue. More...
 
DateTime LastPendingTime [get, set]
 Gets or sets the last pending time from the workqueue. More...
 
int LastPriority [get, set]
 Gets or sets the last priority from the workqueue. More...
 
int NumberOfActivitiesObtained [get, set]
 Gets or sets the number of activities from the workqueue. More...
 
WorkQueueDefinitionFieldSummaryCollection WorkQueueFields [get, set]
 Gets or sets the workqueue fields. More...
 

Description

Contains the workqueue results for a specified query.

Constructor & Destructor Documentation

Initializes a new instance of the WorkQueueQueryResult class.

Property Documentation

StringCollection Columns
getset

Gets or sets the columns.

DateTime FirstDueDate
getsetinherited

Gets or sets the first due date from the workqueue.

DateTime FirstPendingTime
getsetinherited

Gets or sets the first pending time from the workqueue.

int FirstPriority
getsetinherited

Gets or sets the first priority from the workqueue.

Gets or sets the details of the activities and jobs.

Gets or sets the details of the jobs from the workqueue.

DateTime LastDueDate
getsetinherited

Gets or sets the last due date from the workqueue.

DateTime LastPendingTime
getsetinherited

Gets or sets the last pending time from the workqueue.

int LastPriority
getsetinherited

Gets or sets the last priority from the workqueue.

int NumberOfActivitiesObtained
getsetinherited

Gets or sets the number of activities from the workqueue.

Gets or sets the workqueue fields.