i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > records > ISeedRecordBase

    records.ISeedRecordBase interface

    A set of information and functionality that is common to all seed records.

    Signature:

    interface 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.
    label string Gets the label of the seed record.
    seedId SeedId Gets the identifier of the seed record.
    sourceIdentifiers readonly ISourceIdentifier[] Gets the source identifiers of the seed 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.
    getProperty(itemType, displayName) Gets the value of the specified property of the seed record.
    hasProperty(itemType, displayName) Indicates whether the seed record is of the specified item type and, if so, also has a property with the specified display name.
    isType(itemType) Indicates whether the seed record is of the specified item type.
    In this article
    Back to top © N. Harris Computer Corporation (2022)