Class that contains all params used by the verification framework.
Inheritance Hierarchy
Cognex.VisionPro.Inspection CogVerificationRecordContainer
Cognex.VisionPro.Inspection CogVerificationParamsContainer
Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
The CogVerificationParamsContainer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogVerificationParamsContainer |
Constructor using an ICogRecord.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
Returns a boolean if the specified SubRecord (via key parameter) is contained in the record this class holds.
(Inherited from CogVerificationRecordContainer.) | |
| ContainsExpectedOutputs |
Method which returns whether or not the "ExpectedOutputs" SubRecord exists in the contained ICogRecord.
| |
| ContainsExpectedRunStatus |
Method which returns whether or not the "ExpectedRunStatus" SubRecord exists in the contained ICogRecord.
| |
| ContainsInputs |
Method which returns whether or not the "Inputs" SubRecord exists in the contained ICogRecord.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| mRecord | (Inherited from CogVerificationRecordContainer.) |
Properties
| Name | Description | |
|---|---|---|
| ExpectedOutputs |
Returns the container object for the ExpectedOutputs collection.
| |
| ExpectedRunStatus |
Returns the container object for the ExpectedRunStatus collection.
| |
| Inputs |
Returns the container object for the Inputs collection.
| |
| Record |
Returns the contained ICogRecord.
(Inherited from CogVerificationRecordContainer.) |
See Also