Record ClassCognex VisionPro 9.22 SR1

Class that holds information about the state of a tool.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision Record

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public sealed class Record : ChangedEventShareableBase, 
	IObject

The Record type exposes the following members.

Constructors

  NameDescription
Public methodRecord 

Constructs a new instance of the Record class.

Public methodRecord(String, Type, RecordUsageConstants, Boolean, Object, String)

Constructs a new instance of the Record class.

Public methodRecord(String, Type, RecordUsageConstants, Boolean, Object, String, IRecordConstructor, Int32)

Constructs a new instance of the Record class.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ChangedEventShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ChangedEventShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public fieldStatic memberSfAnnotation
Public fieldStatic memberSfContent
Public fieldStatic memberSfContentMutable
Public fieldStatic memberSfContentType
Public fieldStatic memberSfRecordKey
Public fieldStatic memberSfRecordUsage
Top
Properties

  NameDescription
Public propertyAnnotation
Get

Description of the record.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyContent
Get

Gets or sets the record's content.

Public propertyContentMutable
Get

Gets or sets the flag indicating whether or not the record's content can be modified.

Public propertyContentType
Get

Gets or sets the format of record content.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyRecordKey
Get

Gets or sets the key used to identify the record.

Public propertyRecordUsage
Get

Gets or sets an indicator of the record's usage.

Public propertySubRecords

Gets the sub-records of this record.

Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Top
See Also