The CogRecord type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Annotation |
Description of the record.
| |
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| Content |
Gets or sets the record's content.
| |
| ContentMutable |
Gets or sets the flag indicating whether or not the record's content can be modified.
| |
| ContentType |
Gets or sets the format of record content.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| RecordKey |
Gets or sets the key used to identify the record.
| |
| RecordUsage |
Gets or sets an indicator of the record's usage.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| SubRecords |
Gets the sub-records of this record.
|
See Also