Table of Contents

Class ComponentScanTestStatus

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

The result of a test component scan verification.

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

Constructors

ComponentScanTestStatus()

public ComponentScanTestStatus()

Properties

IsAlternate

Gets or sets whether this component is considered an alternate component.

[DataMember]
public bool IsAlternate { get; set; }

Property Value

bool

IsApplicable

Gets or sets whether this component type is applicable to this unit.

[DataMember]
public bool IsApplicable { get; set; }

Property Value

bool

IsValid

Gets or sets whether this component was deemed valid when it was scanned.

[DataMember]
public bool IsValid { get; set; }

Property Value

bool

LogicDetails

Gets or sets details about the logic used to determine the component scan status.

[DataMember]
public ComponentScanLogicDetails LogicDetails { get; set; }

Property Value

ComponentScanLogicDetails

ReasonInvalid

Gets or sets the reason that the component is invalid, if it is invalid.

[DataMember]
public string? ReasonInvalid { get; set; }

Property Value

string