Container class for verified output results.
Inheritance Hierarchy
Cognex.VisionPro.Inspection CogVerificationRecordContainer
Cognex.VisionPro.Inspection CogVerificationVerifiedOutputContainer T
Cognex.VisionPro.Inspection CogVerificationVerifiedSimpleResultContainer
Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Type Parameters
- T
The CogVerificationVerifiedOutputContainer T type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogVerificationVerifiedOutputContainer T |
Constructor.
|
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.) | |
| ContainsActualResult |
Method which returns whether or not the "ActualResult" SubRecord exists in the contained ICogRecord.
| |
| ContainsExpectedResult |
Method which returns whether or not the "Expected" SubRecord exists in the contained ICogRecord.
| |
| ContainsVerificationResult |
Method which returns whether or not the "VerificationResult" 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 | |
|---|---|---|
| ActualResult |
Get the actual result from the vision tool under test for this verified output.
| |
| ExpectedResult |
Get the expected result from the vision tool under test for this verified output.
| |
| Record |
Returns the contained ICogRecord.
(Inherited from CogVerificationRecordContainer.) | |
| VerificationResult |
Get the verification result for this verified output.
The verification result is a boolean that indicates if the expected value matched the actual value.
|
See Also