C# code and modeling correspondence¶
Overview¶
Listed below are common concepts used in C# development, together with the way they can be expressed in Modelio.
Notions on a package¶
- generating a sub-package from a larger modeling project, without having the entire package hierarchy:
the {CsName} tagged value with the parameter containing the complete name on the package in question.
Notions on a class¶
Notions on an operation¶
Notions on an attribute¶
- visibility: same mapping process as for operations.
- static: Class field of an attribute.
- Sealed: {CsSealed} tagged value.