t_API_Classes_Class_Events_Event_Arguments_Argument
Argument
Detailed specification of arguments for a class/aspect event.
Description If not specified here, the argument will be of type any, not required, non collection with no description. Properties
collection : booleanTrue if the argument provides a collection of objects.
name : identifierArgument name. Usually starts with lower case.
The argument name must exist and be unique within the args property.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.
required : booleanTrue if the value cannot be null when calling the event.
type : identifierPrimitive type or a class within the domain model.
- Example
string, integer, FinancialAccount...
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.
Parents
Parent topic: t_API_Classes_Class_Events_Event_Arguments