Class DesignAutomationID

Helper class for working with Design Automation and IDs.

Constructors

Properties

Methods

Constructors

  • Creates new fully qualified ID.

    Parameters

    • owner: string

      Owner part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    • id: string

      ID part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    • alias: string

      Alias part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    Returns DesignAutomationID

Properties

alias: string

Alias part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

id: string

ID part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

owner: string

Owner part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

Methods

  • Outputs the fully qualified ID in a form expected by Design Automation endpoints.

    Returns string

Generated using TypeDoc