Reputation: 1666
How does one add an abstract property in UML class diagram using Visual Studio 2012 RTM?
Upvotes: 3
Views: 1053
Reputation: 75
You must track the following steps :
Define a profile to extend UML :
Add stereotypes to model elements :
Customize your model with profiles and stereotypes :
Upvotes: 3
Reputation: 1666
I think that it's not possible to define an abstract property in UML class diagram of VS 2012 RTM. Instead of it, you must add an interface that's contains the property and all favorite classes implement it.
Upvotes: 1