Table of Contents

Class ComponentVerificationStationSettings

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

Component verification configuration settings that a station needs to operate.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class ComponentVerificationStationSettings
Inheritance
ComponentVerificationStationSettings
Inherited Members

Constructors

ComponentVerificationStationSettings()

public ComponentVerificationStationSettings()

Properties

ComponentTypes

Gets the list of component types that this station is responsible for scanning.

[Obsolete("This is deprecated and will be removed in a future version; StationComponents should be used instead.")]
public IList<LineComponentType> ComponentTypes { get; }

Property Value

IList<LineComponentType>

Remarks

If the list is empty, component verification is disabled for this station. Note that not every unit will require every one of these components to be scanned.

This exists for legacy clients.

StationComponents

Gets the list of station component settings for the component types that the station is responsible for scanning.

public IList<StationComponent> StationComponents { get; }

Property Value

IList<StationComponent>

Remarks

If the list is empty, component verification is disabled for this station. Note that not every unit will require every one of these components to be scanned.