Table of Contents

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

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

ComponentId ComponentId
FileId string
Location Location
JobId JobId
Information Dictionary<string, string>

Properties

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

Property Value

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

Property Value

string
[JsonRequired]
public Dictionary<string, string> Information { get; init; }

Property Value

Dictionary<string, string>
[JsonRequired]
public JobId JobId { get; init; }

Property Value

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

Property Value

Location