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, ∼1430🔥, 0💬
Popular Posts:
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...