E
Eskimo
the c# code:
....
private OracleCommand GetInsertCommand(int aFTPUSAGEID,
string aFILENAME,
DateTime aWHENCREATED)
....
in visio - in the uml class diagram, the parameters show up like this:
-GetInsertCommand: (in aFTPUSAGEID: string, in aFILENAME: string, in
aWHENCREATED: DateTime) all on one line.
this is ok but what happens when I have over 5 or 6 parameters? the class
diagram shows them but increases the width of the class on the page over the
page size.
Is there any way to tell the parameter list to go down a line for each
parameter?
e.g. -GetInsertCommand: (in aFTPUSAGEID: string,<NEWLINE HERE>
in aFILENAME: string,<NEWLINE HERE>
in aWHENCREATED: DateTime)
....
private OracleCommand GetInsertCommand(int aFTPUSAGEID,
string aFILENAME,
DateTime aWHENCREATED)
....
in visio - in the uml class diagram, the parameters show up like this:
-GetInsertCommand: (in aFTPUSAGEID: string, in aFILENAME: string, in
aWHENCREATED: DateTime) all on one line.
this is ok but what happens when I have over 5 or 6 parameters? the class
diagram shows them but increases the width of the class on the page over the
page size.
Is there any way to tell the parameter list to go down a line for each
parameter?
e.g. -GetInsertCommand: (in aFTPUSAGEID: string,<NEWLINE HERE>
in aFILENAME: string,<NEWLINE HERE>
in aWHENCREATED: DateTime)