EN
Español
English
Português
    ASMS_INTERFACE

    Represents an application interface configuration object

    Data model

    Fields

    Field Type Description
    builtin_id* INT Resource identifier related to the interface, reference the ASMS_INTERFACE_BUILTIN.id table
    id* INT Unique interface identifier
    item_type_id INT Item type identifier, reference the ASMS_TYPES.id table
    label NVARCHAR (MAX) Tag related to the resource associated with the interface
    model_id INT Identifier of the model associated with the interface, reference the ASMS_MODEL.id table
    project_id INT Project identifier related to the interface, reference the table ASMS_PROJECTS.proj_id

    Primary Key

    PK_ASMS_INTERFACE
    id

    References

    Column Referenced Table Referenced column Name
    builtin_id* dbo.ASMS_INTERFACE_BUILTIN id FK01_ASMS_INTERFACE
    item_type_id dbo.ASMS_TYPES id FK04_ASMS_INTERFACE
    model_id dbo.ASMS_MODEL id FK03_ASMS_INTERFACE
    project_id dbo.ASMS_PROJECTS proj_id FK02_ASMS_INTERFACE