Class Job
Inheritance
System.Object
Job
Assembly: BoldReports.Web.dll
Syntax
public class Job : Object
Constructors
Job()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
JobActionName
Declaration
public string JobActionName { get; set; }
Property Value
Type |
Description |
System.String |
|
JobID
Declaration
public string JobID { get; set; }
Property Value
Type |
Description |
System.String |
|
JobStatusName
Declaration
public string JobStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
JobTypeName
Declaration
public string JobTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Machine
Declaration
public string Machine { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDateTime
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
User
Declaration
public string User { get; set; }
Property Value
Type |
Description |
System.String |
|