Methods (Functions)
<Action><Data>()
The following describes the fields in this standard:
Field
Description
Action
A verb describing the action of the method.
Data
The data being manipulated by the method.
Method Fields
Function names must adhere to Windchill ESI Camelback Notation.
For example, a method to write a debug message to the screen should be called printDebugMessage().
Furthermore, a generic method to load a file should be called readFile().
這是否有幫助?