Tools, FAQ, Tutorials:
"participant" CTO Statement Syntax
What is the syntax of the "participant" CTO Statement
✍: FYIcenter.com
The "participant" CTO statement declares a participant data type to represent
someone who can interact with the business network under access control rules.
Here is the syntax of a "participant" statement:
[abstract] participant 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 a "participant" CTO Statement:
Â
⇒ "asset" CTO Statement Syntax
2021-08-01, ∼1763🔥, 0💬
Popular Posts:
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...