t_SOAImplementation_Interface_Method
Method
Properties
args : stringThe method arguments. Used to disambiguate the method from other methods with the same name.
name : identifierThe method name.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Sequence of:
t_SOAImplementation_Interface_Method_Script [0..1] - The script to execute when this method is called.
Parents
t_SOAImplementation_Interface_Method_Script
The script to execute when this method is called.
Parent topic: t_SOAImplementation_Interface