Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.43 KB

CommonModuleNameServerCall.md

File metadata and controls

22 lines (13 loc) · 1.43 KB

Missed postfix "ServerCall" (CommonModuleNameServerCall)

Description

Common server modules for calling from the client contain server procedures and functions available from the client code. They constitute the client interface of the application server. Such procedures and functions are placed in common modules with the following property:

  • Server (ServerCall is enabled)

Name common server modules to be called from the client according to general rules of naming metadata objects. Make sure they include the "ServerCall" (rus. "ВызовСервера") postfix.

Examples

FilesServerCall, CommonServerCall

Sources

Standard: Modules (RU)