Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 710 Bytes

NonExportMethodsInApiRegion.md

File metadata and controls

12 lines (7 loc) · 710 Bytes

Non export methods in API regions (NonExportMethodsInApiRegion)

Description

  • The "API Interface" region contains export procedures and functions intended for use by other configuration objects or other programs (for example, via an external connection).

  • The “Service Programming Interface” region is intended for modules that are part of some functional subsystem. It should contain export procedures and functions that can only be called from other functional subsystems of the same library.

Sources