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, ∼1503🔥, 0💬
Popular Posts:
How to troubleshoot the Orderer peer? The Docker container terminated by itself. You can follow this...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...