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

Represents the active job to which an adhoc activity is to be added with details like resources and priority. More...

Public Member Functions

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

Properties

string AssociatedFile [get, set]
 Gets or sets the associated file of the adhoc activity. More...
 
DateTime DueDate [get, set]
 Gets or sets the due date for the adhoc activity. More...
 
string HelpText [get, set]
 Gets or sets the help text for the adhoc activity. More...
 
JobIdentity JobIdentity [get, set]
 Gets or sets the job identity, unique identifier of the job on which the adhoc activity has to be created. More...
 
string NodeName [get, set]
 Gets or sets the name of the adhoc activity. More...
 
short Priority [get, set]
 Gets or sets the priority of the adhoc activity. More...
 
ResourceIdentityCollection UsableResources [get, set]
 Gets or sets the usable resources to be assigned to the adhoc activity. This is a resource identity collection. More...
 

Description

Represents the active job to which an adhoc activity is to be added with details like resources and priority.

Constructor & Destructor Documentation

Initializes a new instance of the AdhocActivity class.

Property Documentation

string AssociatedFile
getset

Gets or sets the associated file of the adhoc activity.

DateTime DueDate
getset

Gets or sets the due date for the adhoc activity.

string HelpText
getset

Gets or sets the help text for the adhoc activity.

Gets or sets the job identity, unique identifier of the job on which the adhoc activity has to be created.

string NodeName
getset

Gets or sets the name of the adhoc activity.

short Priority
getset

Gets or sets the priority of the adhoc activity.

ResourceIdentityCollection UsableResources
getset

Gets or sets the usable resources to be assigned to the adhoc activity. This is a resource identity collection.