Home > @i2analyze/i2connect > records > ISeededResultEntityRecord
records.ISeededResultEntityRecord interface
A result entity record that is generated from a seed record.
Signature:
interface ISeededResultEntityRecord extends ISeededResultRecordBase
Extends: ISeededResultRecordBase
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
id | SeedId | Gets the identifier of the result record, which is also the identifier of the seed record. (Inherited from ISeededResultRecordBase) |
Methods
Method | Description |
---|---|
isType(entityType) | Indicates whether the entity record has the specified type. |
setSourceReference(sourceReference) | Adds a source reference to the result record. (Inherited from ISeededResultRecordBase) |