JobRunEventData Class | 
Namespace: Dundas.BI.WebApi.Models
The JobRunEventData type exposes the following members.
| Name | Description | |
|---|---|---|
| JobRunEventData | 
            Initializes a new instance of the JobRunEventData class.
              | 
| Name | Description | |
|---|---|---|
| EventKind | Gets the kind of the event.  | |
| Index | 
            Gets a numeric index associated with the message which can be used to properly sort messages
            having identical values for the Time property.
              | |
| JobId | Gets the ID.  | |
| JobRunId | Gets the ID of the job run associated with the event.  | |
| Message | Gets the message associated with the event.  | |
| MessageId | Gets the ID associated with the message.  | |
| Severity | Gets the severity of the message.  | |
| Time | Gets the time of the event.  | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) |