Click or drag to resize

Inspection Class

Describes a single step in a series of steps that an inspector makes (both human or automation) in the course of inspecting a production unit.
Inheritance Hierarchy
SystemObject
  CFX.StructuresInspection

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

The Inspection type exposes the following members.

Constructors
 NameDescription
Public methodInspection Default constructor
Top
Properties
 NameDescription
Public propertyComments Optional comments from the inspector who inspected the unit
Public propertyDefectsFound The defects that were discovered in the course of performing this inspection (if any)
Public propertyError In the case that the inspection cannot be completed, the error that was the cause of this outcome.
Public propertyInspectionEndTime Indicates the time when this particular inspection ended (if known)
Public propertyInspectionName Identifies the nature of the inspection performed
Public propertyInspectionStartTime Indicates the time when this particular inspection began (if known)
Public propertyMeasurements The measurements that were taken in the course of performing this inspection (if any). NOTE - Only measurements not related to particular defects or symptoms should be recorded here.
Public propertyRefNo Unique Number of the inspection object, The RefNo is the unique link between the Inspection class and the InspectionObject class
Public propertyResult The overall result of the inspection
Public propertySymptoms Any symptoms that were discovered during the inspection (if any).
Public propertyTestProcedure Procedure to be followed to perform this inspection (primarily for human driven inspection)
Public propertyUniqueIdentifier A unique indentifier describing a particular instance of an inspection was made. Each new occurrence or recurrence of this same inspection gets a new unique identifier.
Public propertyVerification The overall result of the verification of the defect
Public propertyVerificationDetail When a verification took place, the VerificationDetail will contain a classification or more detailed description of the root cause of the defect or why the defect is a false fail. This description is typically maintained by the customer and the operator will choose from a predefined list.
Top
See Also