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, 564👍, 0💬
Popular Posts:
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to Create a New Instance of a Class? There are two ways to create a new instance (object) of a c...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...