11 March 2021 9:34:11 Dusan Rodina - softwareideas.net

Add Comment

nudelchef 11 March 2021 9:34:11

C# Properties in UML

How can one define a public property on a protected field?

Dusan Rodina - softwareideas.net 12 March 2021 9:19:45

RE: C# Properties in UML

You can add two attributes to the UML class - one protected for field and one public for the property. The property attribute will be annotated with «property» stereotype.

Cool 9 February 2022 14:22:34

Suggestions

Very cool and clean article. Unless I did not find the way, it would be an asset to have snippets showcasing how these concept translate to C#.

I never saw the Nested Class symbol. I learnt something, but Aggregation is missing. I believe it is more likely to be used.

Dusan Rodina - softwareideas.net 9 February 2022 21:48:22

RE: Suggestions

Thank you very much for your feedback. Your suggestions will be incorporated into the article.