Tools, FAQ, Tutorials:
"concept" CTO Statement Syntax
What is the syntax of the "concept" CTO Statement
✍: FYIcenter.com
The "concept" statement declares a generic data type to represent
secondary data entities to support primary data entities.
Here is the syntax of an "concept" statement:
concept type_name [extends super_type] { o|--> property_type property_name [optional] [default value] [validator] ... o|--> property_type[] property_name [optional] ... }
Syntax elements used in a "transaction" CTO Statement:
Â
⇒ "enum" CTO Statement Syntax
⇠"event" CTO Statement Syntax
2021-06-19, 1158🔥, 0💬
Popular Posts:
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...