Tools, FAQ, Tutorials:
"asset" CTO Statement Syntax
What is the syntax of the "asset" CTO Statement
✍: FYIcenter.com
The "asset" statement declares a generic data type to represent primary
data entities that can be referenced with their unique IDs.
Here is the syntax of an "asset" statement:
[abstract] asset type_name [identified by id_name] | [extends super_type] {
o|--> property_type property_name [optional] [default value] [validator]
...
o|--> property_type[] property_name [optional]
...
}
Syntax elements used in an "asset" CTO Statement:
Â
⇒ "transaction" CTO Statement Syntax
⇠"participant" CTO Statement Syntax
2021-08-01, ∼1845🔥, 0💬
Popular Posts:
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...