JobRunEventData Class

Represents an JobRunEvent item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsJobRunEventData

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

The JobRunEventData type exposes the following members.

Constructors
 NameDescription
Public methodJobRunEventData Initializes a new instance of the JobRunEventData class.
Top
Properties
 NameDescription
Public propertyEventKindGets the kind of the event.
Public propertyIndex Gets a numeric index associated with the message which can be used to properly sort messages having identical values for the Time property.
Public propertyJobIdGets the ID.
Public propertyJobRunIdGets the ID of the job run associated with the event.
Public propertyMessageGets the message associated with the event.
Public propertyMessageIdGets the ID associated with the message.
Public propertySeverityGets the severity of the message.
Public propertyTimeGets the time of the event.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also