c# - Hide parameters in UML class diagram Visual Studio -


i have written app in visual studio 2013. , generating class diagram it, first selecting architecure -> new diagram -> uml class diagram drag dropped classes architecture window blank class diagram generated class diagrams full parameter list operations. , many of methods have huge list of parameters. looks weird in diagram. whenever double click on operation, vs takes me code of method. feels class diagram shows signature of method in actual code.

however dont want parameters displayed in class diagram nor want delete them. example,

if there 3 methods in class diagrams:

+meth1(param1: int) : int  -meth2(param1 : stirng, param2 : string) : string  #meth3(param1 : int, param2 : float) : float  

i want option / checkbox can switch signatures to:

+meth1() : int  -meth2() : string  #meth3() : float 

so dont want manually delete parameter list method hide them. keep signature information in class diagram consistent in code, just hide/show them whenever require it.

somewhat, similar sql server management studio in diagram can select whether show or hide data types of column follows:

with datatype column enter image description here

without datatype column enter image description here

in menu go class diagram -> change members format -> display fullname


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -