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, ∼1441🔥, 0💬
Popular Posts:
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...