Table of Contents

Class ComponentScanLogicDetails

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

Details about the logic used to perform verification of a component.

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

Constructors

ComponentScanLogicDetails()

public ComponentScanLogicDetails()

Properties

Parts

Gets the list of parts checked.

public IList<ComponentScanLogicPartDetails> Parts { get; }

Property Value

IList<ComponentScanLogicPartDetails>

StepResults

Gets the list of steps taken.

public IList<string> StepResults { get; }

Property Value

IList<string>

Remarks

With Acuit Pinpoint versions before 7.1.87, each step string contains a terminating line feed character. With Acuit Pinpoint versions 7.1.87 and later, they do not.