ProcessEventDto
Represents the process event data transfer object. This class cannot be inherited.
Gets or sets the process event type.
Gets or sets the event message.
Gets or sets the record information associated with this event.
Gets or sets the event timestamp.
public ProcessEventDto()
Initializes a new instance of the ProcessEventDto class.
public ProcessEventDto(ProcessEventType eventType, string recordInfo, string message, DateTime timestamp)
Initializes a new instance of the ProcessEventDto class.