How to represent a C# property in UML?

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

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


I\'m retro-modelling an existin

12条回答
  •  -上瘾入骨i
    2020-12-08 20:07

    You could use a stereotype called "property"(eg. << Property >> PropertyName) for a field in your class diagram. Stereotypes are used to extend UML notation.

提交回复
热议问题