i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > records > ISeedLinkRecord

    records.ISeedLinkRecord interface

    A seed link record.

    Signature:

    interface ISeedLinkRecord extends ISeedRecordBase 
    

    Extends: ISeedRecordBase

    Introduced: API version 1.0

    Properties

    Property Type Description
    connectorKeys readonly IConnectorKey[] Gets the keys that came from the current connector, from the source identifiers of the seed record. (Inherited from ISeedRecordBase)
    direction data.LinkDirection Gets the direction of the link record.
    fromEnd ISeedEntityRecord Gets the seed entity record at the "from" end of the link record.
    isLink true Indicates that the seed is a link record.
    label string Gets the label of the seed record. (Inherited from ISeedRecordBase)
    seedId SeedId Gets the identifier of the seed record. (Inherited from ISeedRecordBase)
    sourceIdentifiers readonly ISourceIdentifier[] Gets the source identifiers of the seed record. (Inherited from ISeedRecordBase)
    toEnd ISeedEntityRecord Gets the seed entity record at the "to" end of the link record.

    Methods

    Method Description
    connectorKeysByType(type) Gets the keys of the specified type that came from the current connector, from the source identifiers of the seed record. (Inherited from ISeedRecordBase)
    isType(linkType) Indicates whether the link record has the specified type.
    In this article
    Back to top © N. Harris Computer Corporation