Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     Template Binding - returning a List<String>

Flat Previous Topic | Next Topic
Poster Thread
jblake
Posted on: 2012/10/6 3:33
Just popping in
Joined: 2012/10/6
From:
Posts: 1
Template Binding - returning a List<String>
This is in a C# Astah project. I want to generate code that looks like:

Quote:

class TestClass {
List<String> GetListOfStrings() {

}

void SetListOfStrings(List<string> StringList) {

}
}

How do I do this in a class diagram? I've got the C# packages in my astah project. I've tried adding a StringList to the class diagram and drawing a Template Binding arrow to the List<T> class from the C# namespace. But I can't figure out how to set the Type.

I don't know, can anyone help me out here?
Flat Previous Topic | Next Topic

Subject Poster Date
 » Template Binding - returning a List<String> jblake 2012/10/6 3:33
     Re: Template Binding - returning a List<String> Joba 2012/10/9 13:59