Click or drag to resize

PFJobInfo Properties

The PFJobInfo type exposes the following members.

Properties
  NameDescription
Public propertyChoices
A list a choices for all the applicable job settings. Use Linq on the PFJobSetting.ParameterName property to find specific choices.
Public propertyExistsInDatabase
Returns true if the object described is a PFTimerJob persisted in database.
Public propertyInstanceDescription
The 'InstanceDescription' property for the PFTimerJob, if applicable.
Public propertyInstanceGuid
The 'Guid' property of the PFTimerJob object, if applicable.
Public propertyInstanceId
The 'Id' property of the PFTimerJob object, if applicable
Public propertyInstanceName
The 'InstanceName' property for the PFTimerJob, if applicable.
Public propertyJobDescription
Gets the friendly description of the job
(Inherited from PFJobTypeInfo.)
Public propertyJobTypeFound
Return true if the .Net type for the Job can be loaded.
Public propertyLockPolicyDescription
Gets the friendly description of the lock policy for this type
(Inherited from PFJobTypeInfo.)
Public propertyOrigin
Gets the origin of the type. May be 'Packflow' for engine jobs, or an application name for PFJobs deployed through applications.
(Inherited from PFJobTypeInfo.)
Public propertySettings
The collection of settings for the described PFJob.
Public propertySiteId
Gets the PFSite Id
(Inherited from PFJobTypeInfo.)
Public propertyTriggers
The collection of Job triggers for the described PFJob.
Public propertyTypeFullName
Gets the full name of the type.
(Inherited from PFJobTypeInfo.)
Public propertyTypeName
Gets the name of the job type.
(Inherited from PFJobTypeInfo.)
Public propertyValidationMessage
Will hold messages from eventual exceptions occuring on PFJob.Validate() call.
Top
See Also