i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > records > IResultEntityRecord

    records.IResultEntityRecord interface

    A new result entity record.

    Signature:

    interface IResultEntityRecord<TItemType extends schema.IEntityType = schema.IEntityType, TIdType extends ResultRecordIdType = ResultRecordIdType> extends IResultRecordBase<TItemType, TIdType> 
    

    Extends: IResultRecordBase

    Introduced: API version 1.0

    Type Parameters

    Parameter Type Description
    TItemType extends schema.IEntityType(default: schema.IEntityType) The type of the result record.
    TIdType extends ResultRecordIdType(default: ResultRecordIdType) The type of the identifier for the result record.

    Properties

    Property Type Description
    id TIdType Gets the identifier of the result record. (Inherited from IResultRecordBase)

    Methods

    Method Description
    setProperties(properties) Sets the values of several properties on the result record. (Inherited from IRecordProperties)
    setProperty(displayName, value) Sets the value of a property on the result record. (Inherited from IRecordProperties)
    setSourceReference(sourceReference) Adds a source reference to the result record. (Inherited from IRecordProperties)
    In this article
    Back to top © N. Harris Computer Corporation