EN
Español
English
Português
    ASMS_INTERFACE

    Represents an application interface configuration object

    Data model

    Fields

    Field Type Description
    builtin_id* INT Identifier of the resource related to the interface
    id* INT Unique interface identifier
    item_type_id INT Item Type Identifier
    label NVARCHAR (MAX) Tag related to the resource associated with the interface
    model_id INT Model identifier associated with the interface
    project_id INT Project ID related to the interface

    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