Adding properties to classes

J

Jackie

Hi all!
Is there a way to add property descriptions to classes with uml?
Like:

public string StrProp {
get { return something; }
set { SetValue(value); }
}
 
R

RA

Under UML \ Code \ Preferences, you can create templates for your classes
and you can add descriptions to them as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top