design class diagram
i made today a first draft of the design class diagram. i know it doesn't look like that it should. because i didn't found out, how i can show the whole methode signature in together. i'll look tomorrow for an other tool. but i hope, you can see how i will implement the application.

a note to the dcd:
- i will make a data structure, that holds the information, which i'll return in a collection when the CommentHTMLReader searches for the editable comments. but i don't know, how i can show this in the diagram. because it's only for this. and it has no relation to any class.

1 Comments:
Pascal,
As far as I remember you useVisio, right? I sent you an example by email which does what you were asking for.
Your IDataAccess interface should cover CRUD (Create, Read, Update, Delete) methods. That's pretty standard.
Are you sure that ProjectServerAccess class should implement this interface?
Reto
Post a Comment
<< Home