How to represent a C# property in UML?

后端 未结 12 796
夕颜
夕颜 2020-12-08 19:03

Not quite an Attribute, not quite a Method. Stereotypes? <> <>?


I\'m retro-modelling an existin

12条回答
  •  死守一世寂寞
    2020-12-08 19:43

    properties are Get/Set methods wrapped up in some nicer syntax. Just put them in as methods, or create some new UML syntax for them :)

提交回复
热议问题