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