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, ∼1279🔥, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...