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, 693👍, 0💬
Popular Posts:
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...