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

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

Public Member Functions

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

Properties

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

Description

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

Constructor & Destructor Documentation

Initializes a new instance of the AlertActivity class.

Property Documentation

string AssociatedFile
getset

Gets or sets the associated file of the alert activity.

DateTime DueDate
getset

Gets or sets the due date for the alert activity.

string HelpText
getset

Gets or sets the help text for the alert activity.

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

string NodeName
getset

Gets or sets the name of the alert activity.

short Priority
getset

Gets or sets the priority of the alert activity.

ResourceIdentityCollection UsableResources
getset

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