Adding parameters to a method

E

erf

Hello all-

I'm using Visio Professional 2007; I don't know if the EA version
offers additional options.

I'm working on an exercise for exam 70-547; it's a UML Model Diagram.

I can't figure out how to set up the parameter for
"BookingService.GetReservationTicket(customer as Customer)"? I've set
up the class ("BookingService") and the method
("GetReservationTicket") without any trouble.

When I go to Parameters, I can enter parameter name, type, kind, and
default value. Type (various primitives) and Kind (inout, in, out)
are locked down. Do I enter "customer as Customer" as the parameter
name or do I have to add Customer as another C# data type?

Thanks for your help!

-erf
 

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