EN
Español
English
Português
    ASMS_INTERFACE_FUNCTIONS

    Represents the functions that can be used in an interface

    Data model

    Fields

    Field Type Description
    field_type_id* INT Identifier of the field type related to the function, reference the ASMS_TYPES.id table
    id* INT Unique identifier of the interface function
    name NVARCHAR (510) Name of the interface function
    parameters NVARCHAR (MAX) Parameters Needed by the Function Serialized in a Text String
    value NVARCHAR (510) Function Reference Operation

    Primary Key

    PK_ASMS_INTERFACE_FUNCTIONS
    id