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, ∼1387🔥, 0💬
Popular Posts:
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...