JobData Class

Represents an Job item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsJobData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 propertyDescriptionGets the description.
Public propertyIdGets the ID.
Public propertyIsChildJob Gets or sets a value indicating whether or not the job is a child job.
Public propertyJobKindGets the kind of job.
Public propertyLastRunInfoGets information about the last run of the job.
Public propertyMaintainerGets the ID of the account that maintains the job.
Public propertyModifiedTimeGets the time at which the job was last modified.
Public propertyNextRunTimeGets the next expected run time of the associated schedule.
Public propertyParentJobId Gets or sets the parent job's ID.
Public propertyRelatedItemDescriptionGets a friendly description of the related item.
Public propertyRelatedItemIdGets 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 propertyScheduleStatusGets the status of the associated schedule.
Public propertyStatusGets 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