Class DataProcessorEvents.ComponentReportUpdated
- Namespace
- SmarterLink.Core.Protocol.Events
- Assembly
- SmarterLink.Core.dll
Signals that a report for a component has been updated and is available for download.
public sealed record DataProcessorEvents.ComponentReportUpdated : DataProcessorEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<DataProcessorEvents>, IEquatable<DataProcessorEvents.ComponentReportUpdated>
- Inheritance
-
DataProcessorEvents.ComponentReportUpdated
- Implements
- Inherited Members
Constructors
ComponentReportUpdated(ComponentId, string, Location, JobId?)
Signals that a report for a component has been updated and is available for download.
public ComponentReportUpdated(ComponentId ComponentId, string FileId, Location Location, JobId? JobId = null)
Parameters
ComponentIdComponentIdFileIdstringLocationLocationJobIdJobId
Properties
ComponentId
[JsonRequired]
public ComponentId ComponentId { get; init; }
Property Value
FileId
[JsonRequired]
public string FileId { get; init; }
Property Value
JobId
public JobId? JobId { get; init; }
Property Value
Location
[JsonRequired]
public Location Location { get; init; }