JobData Class | 
Namespace: Dundas.BI.WebApi.Models
The JobData type exposes the following members.
| Name | Description | |
|---|---|---|
| CanBeReadByCaller | 
            Gets a value indicating whether the current caller is allowed to view the job details.
              | |
| CanBeRunByCaller | 
            Gets a value indicating whether the current caller is allowed to run the job.
              | |
| CanBeSavedByCaller | 
            Gets a value indicating whether the current caller is allowed to modify/save the job.
              | |
| CreatedBy | 
            Gets or sets the MemberInfoData object corresponding to the CreatedBy ID.
              | |
| Description | Gets the description.  | |
| Id | Gets the ID.  | |
| IsChildJob | 
            Gets or sets a value indicating whether or not the job is a child job.
              | |
| JobKind | Gets the kind of job.  | |
| LastRunInfo | Gets information about the last run of the job.  | |
| Maintainer | Gets the ID of the account that maintains the job.  | |
| ModifiedTime | Gets the time at which the job was last modified.  | |
| NextRunTime | Gets the next expected run time of the associated schedule.  | |
| ParentJobId | 
            Gets or sets the parent job's ID.
              | |
| RelatedItemDescription | Gets a friendly description of the related item.  | |
| RelatedItemId | Gets the ID of the item related to the job (e.g. DataCube ID).  | |
| RunAs | 
            Gets or sets the MemberInfoData object corresponding to the RunAs ID.
              | |
| ScheduleStatus | Gets the status of the associated schedule.  | |
| Status | Gets the status.  | |
| Tenant | 
            Gets or sets the TenantInfoData object corresponding to the Tenant ID.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | 
| Name | Description | |
|---|---|---|
| ToDataContractMappings | 
            The mapping between Job and JobData.
              |