Library
A Library is a Main Development Object that holds a collection of objects of the same type that can be accessed or reused by other objects, either during development or at runtime.
Runtime libraries contains objects that are resolved in the application at runtime, such as Messages and Global ProcScripts.
Development libraries contain objects that are used or resolved during development, such as Modeled Field Interfaces, Snippets and IncludeScripts. These libraries can only contain objects of the same type.
For more information, see Libraries.
Characteristics
Characteristics |
|
---|---|
Object type code: |
— |
Main Development Object? |
Yes |
Part of: |
— |
Contains: |
|
Generalization: |
|
Specializations: |
Development libraries: Snippet Library, IncludeScript Library Runtime libraries: Global ProcScript Library |
Compilation Output: |
— |
URI format: |
— |
The Library is an abstract data type that generalizes typed libraries. It specializes Main Development Object in the following ways:
- It contains development objects of a single type that are shared across the application.
- It does not have code containers