Table of Contents

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

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

ComponentId ComponentId
FileId string
Location Location
JobId JobId

Properties

[JsonRequired]
public ComponentId ComponentId { get; init; }

Property Value

ComponentId
[JsonRequired]
public string FileId { get; init; }

Property Value

string
public JobId? JobId { get; init; }

Property Value

JobId
[JsonRequired]
public Location Location { get; init; }

Property Value

Location