JobRunData Class

Represents an JobRun item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsJobRunData

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 JobRunData : BaseDataContract

The JobRunData type exposes the following members.

Constructors
 NameDescription
Public methodJobRunData Initializes a new instance of the JobRunData class.
Top
Properties
 NameDescription
Public propertyDurationGets the duration of the job run.
Public propertyEndTimeGets the time at which the job run ended.
Public propertyIdGets the ID of the job run.
Public propertyJobIdGets the ID of the Job corresponding to the run.
Public propertyResultGets the result of the job run.
Public propertyRunAs Gets or sets the MemberInfoData object corresponding to the RunAs ID.
Public propertyRunBy Gets or sets the MemberInfoData object corresponding to the RunBy ID.
Public propertyServerNameGets the name of the server on which the job run executed.
Public propertyStartTimeGets the time at which the job run started.
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 JobRun and JobRunData.
Top
See Also