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, 1099🔥, 0💬
Popular Posts:
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...