TestHelperTool ClassCognex VisionPro 9.21 SR1
Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.Implementation TrackedItemBase
        Cognex.Vision.Implementation ToolBase
          Cognex.Vision.Implementation.Internal.TestHelpers TestHelperTool

Namespace: Cognex.Vision.Implementation.Internal.TestHelpers
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public sealed class TestHelperTool : ToolBase, 
	IObject

The TestHelperTool type exposes the following members.

Constructors

  NameDescription
Public methodTestHelperTool
Top
Methods

  NameDescription
Public methodCheckRunConditionsSelf (Overrides ToolBase CheckRunConditionsSelf .)
Public methodCopyBase (Overrides ToolBase CopyBase(ToolCopyModeConstants).)
Public methodCreateCurrentRecord (Overrides ToolBase CreateCurrentRecord .)
Public methodCreateLastRunRecord (Overrides ToolBase CreateLastRunRecord .)
Public methodEquals
Compares the equality of this object with another.
(Overrides ToolBase Equals(Object).)
Public methodGetContainerAsILinkManager (Overrides ToolBase GetContainerAsILinkManager .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ToolBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta
Get the description of the object type.
(Overrides ShareableBase GetTypeMeta .)
Public methodIsCheckRunConditionsDelegateToOwner (Overrides ToolBase IsCheckRunConditionsDelegateToOwner .)
Public methodResumeAndRaiseChangedEvent (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodRun (Overrides ToolBase Run .)
Public methodSuspendChangedEvent (Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two TestHelperTool objects.
Public operatorStatic memberInequality
Compares the inequality of two TestHelperTool objects.
Top
Fields

  NameDescription
Public fieldStatic memberSfCount
Top
Properties

  NameDescription
Public propertyChangedEventSuspended (Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyCount
Public propertyEnabled (Overrides ToolBase Enabled.)
Public propertyFailOnInvalidDataBinding (Overrides ToolBase FailOnInvalidDataBinding.)
Public propertyHandle (Overrides ToolBase Handle.)
Public propertyID (Overrides TrackedItemBase ID.)
Public propertyInputs (Overrides ToolBase Inputs.)
Public propertyName (Overrides TrackedItemBase Name.)
Public propertyOutputs (Overrides ToolBase Outputs.)
Public propertyParent (Overrides TrackedItemBase Parent.)
Public propertyRunStatus (Overrides ToolBase RunStatus.)
Top
Events

  NameDescription
Public eventChanged (Overrides ChangedEventShareableBase Changed.)
Public eventNameChanging (Overrides TrackedItemBase NameChanging.)
Public eventRan (Overrides ToolBase Ran.)
Public eventRunning (Overrides ToolBase Running.)
Top
See Also