Home > @i2analyze/i2connect > records > ITypedSeededResultRecord
records.ITypedSeededResultRecord interface
A result record of a specific type that is generated from a seed record.
Signature:
interface ITypedSeededResultRecord<TItemType extends schema.IItemType = schema.IItemType> extends ISeededResultRecordBase
Extends: ISeededResultRecordBase
Introduced: API version 1.0
Type Parameters
Parameter | Type | Description |
---|---|---|
TItemType | extends schema.IItemType(default: schema.IItemType) | The type of the result record. |
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 |
---|---|
setProperties(properties) | Sets the values of several properties on the result record. |
setProperty(displayName, value) | Sets the value of a property on the result record. |
setSourceReference(sourceReference) | Adds a source reference to the result record. (Inherited from ISeededResultRecordBase) |