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

Represents the summarized view of all the job activities for a specified resource with additional details like priority and duedate. More...

Public Member Functions

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

Properties

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...
 
JobActivitySummaryCollection JobActivitySummaryCollection [get, set]
 Gets or sets the the details of the activities and the jobs present in the workqueue. 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...
 

Description

Represents the summarized view of all the job activities for a specified resource with additional details like priority and duedate.

Constructor & Destructor Documentation

WorkQueue ( )

Initializes a new instance of the WorkQueue class.

Property Documentation

DateTime FirstDueDate
getset

Gets or sets the first due date from the workqueue.

DateTime FirstPendingTime
getset

Gets or sets the first pending time from the workqueue.

int FirstPriority
getset

Gets or sets the first priority from the workqueue.

Gets or sets the the details of the activities and the jobs present in the workqueue.

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

DateTime LastDueDate
getset

Gets or sets the last due date from the workqueue.

DateTime LastPendingTime
getset

Gets or sets the last pending time from the workqueue.

int LastPriority
getset

Gets or sets the last priority from the workqueue.

int NumberOfActivitiesObtained
getset

Gets or sets the number of activities from the workqueue.