Class InspectionEvents.UserInformationAcquired
- Namespace
- SmarterLink.Core.Protocol.Events
- Assembly
- SmarterLink.Core.dll
Carries operator-entered or operator-associated information for a component.
public sealed record InspectionEvents.UserInformationAcquired : InspectionEvents, IEquatable<ProtocolDataPayloadBase>, IEquatable<InspectionEvents>, IEquatable<InspectionEvents.UserInformationAcquired>
- Inheritance
-
InspectionEvents.UserInformationAcquired
- Implements
- Inherited Members
Constructors
UserInformationAcquired(ComponentId, string, Location, JobId, Dictionary<string, string>)
Carries operator-entered or operator-associated information for a component.
public UserInformationAcquired(ComponentId ComponentId, string FileId, Location Location, JobId JobId, Dictionary<string, string> Information)
Parameters
ComponentIdComponentIdFileIdstringLocationLocationJobIdJobIdInformationDictionary<string, string>
Properties
ComponentId
[JsonRequired]
public ComponentId ComponentId { get; init; }
Property Value
FileId
[JsonRequired]
public string FileId { get; init; }
Property Value
Information
[JsonRequired]
public Dictionary<string, string> Information { get; init; }
Property Value
JobId
[JsonRequired]
public JobId JobId { get; init; }
Property Value
Location
[JsonRequired]
public Location Location { get; init; }