Class ComponentScanLogicDetails
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
StepResults
Gets the list of steps taken.
public IList<string> StepResults { get; }
Property Value
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.