JobData Class

Represents an Job item.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class JobData : BaseDataContract

The JobData type exposes the following members.

Constructors
  NameDescription
Public methodJobData
Initializes a new instance of the JobData class.
Top
Properties
  NameDescription
Public propertyCanBeReadByCaller
Gets a value indicating whether the current caller is allowed to view the job details.
Public propertyCanBeRunByCaller
Gets a value indicating whether the current caller is allowed to run the job.
Public propertyCanBeSavedByCaller
Gets a value indicating whether the current caller is allowed to modify/save the job.
Public propertyCreatedBy
Gets or sets the MemberInfoData object corresponding to the CreatedBy ID.
Public propertyDescription
Gets the description.
Public propertyId
Gets the ID.
Public propertyIsChildJob
Gets or sets a value indicating whether or not the job is a child job.
Public propertyJobKind
Gets the kind of job.
Public propertyLastRunInfo
Gets information about the last run of the job.
Public propertyMaintainer
Gets the ID of the account that maintains the job.
Public propertyModifiedTime
Gets the time at which the job was last modified.
Public propertyNextRunTime
Gets the next expected run time of the associated schedule.
Public propertyParentJobId
Gets or sets the parent job's ID.
Public propertyRelatedItemDescription
Gets a friendly description of the related item.
Public propertyRelatedItemId
Gets the ID of the item related to the job (e.g. DataCube ID).
Public propertyRunAs
Gets or sets the MemberInfoData object corresponding to the RunAs ID.
Public propertyScheduleStatus
Gets the status of the associated schedule.
Public propertyStatus
Gets the status.
Public propertyTenant
Gets or sets the TenantInfoData object corresponding to the Tenant ID.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between Job and JobData.
Top
See Also