Click or drag to resize

Repair Class

** NOTE: ADDED in CFX 1.4 **

Describes a single repair that was performed on a production unit in the course of rework and/or repair.
Inheritance Hierarchy
SystemObject
  CFX.StructuresRepair

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Repair

The Repair type exposes the following members.

Constructors
 NameDescription
Public methodRepair Default constructor
Top
Properties
 NameDescription
Public propertyComments Optional comments from the person who performed this repair
Public propertyComponentOfInterest An optional component or specific component pins related to this repair.
Public propertyError In the case that the repair cannot be completed, the error that was the cause of this outcome.
Public propertyReclassifiedDefects If previously reported defects are re-classified during the repair process, the updated details of those defects may be reported using this property.
Public propertyReclassifiedSymptoms If previously reported symptoms (faulty test results) are re-classified during the repair process, the updated details of those symptoms may be reported using this property.
Public propertyRegionOfInterest An optional location or area on the production unit where the repair is located (for cases where there is no specific component related, such as a scratch or cosmetic defect).
Public propertyRelatedDefectIdentifiers A list of the unique identifiers of the previously reported defects to which this repair relates. It is assumed that if the repair is successful, these defects may be considered repaired.
Public propertyRelatedSymptomIdentifiers A list of the unique identifiers of the previously reported symptoms (faulty test results) to which this repair relates. It is assumed that if the repair is successful, these symptoms may be considered resolved.
Public propertyRepairEndTime Indicates the time when this particular repair ended (if known)
Public propertyRepairName Identifies the nature of the repair performed.
Public propertyRepairStartTime Indicates the time when this particular repair began (if known)
Public propertyResult The overall result of the repair
Public propertyUniqueIdentifier A unique indentifier describing a particular repair. Each new occurrence or recurrence of this same repair a new unique identifier.
Top
See Also