Questions tagged [class-designer]
14 questions
15
votes
8 answers
Class Designer in Visual Studio - is it worth it?
Does anybody use the Class Designer much in Visual Studio?
I have downloaded the Modeling Power Toys for 2005 and have been impressed with what I've seen so far. The MSDN Class Designer Blog doesn't seem to have been updated for a while but it still…

David A Gibson
- 2,013
- 5
- 35
- 60
5
votes
1 answer
How to get a nice class diagram for built-in .net classes?
To get an overview for the CodeDom classes in .Net I tried to create a class diagramm using Visual Studio 2010 built-in class designer, but I did not find the way how I could feed the .Net built-in classes and types into it, the only I can get is to…

Alexander Galkin
- 12,086
- 12
- 63
- 115
5
votes
0 answers
VS 2015 class designer doesn't implement interfaces
I use VS 2015 Comunity Edition.
My problem is that the Class Designer doesn't create implementations for members of interface. It doesn't do it both automatically and manually.
When I show inheritance with toolbox's inheritance line, I see lollipop,…

Xandmore
- 69
- 1
- 1
- 7
4
votes
2 answers
How to change the z-order of classes in the Visual Studio Class Designer?
Maybe I am misunderstanding what the Class Designer in Visual Studio was intended for, but I am really struggling with expanded classes being displayed behind other classes on the canvas.
I would like to have two collapsed classes, one above the…

Gavin S
- 579
- 1
- 9
- 21
3
votes
2 answers
How to set default value of function string parameter to empty in Visual Studio 2013 UML class diagram designer?
I want to setup function parameter setting in Visual Studio 2013 UML class diagram designer that result something like this code
public void Execute(string query = "")
{
...
}

Mehdi
- 1,731
- 1
- 18
- 33
3
votes
4 answers
VS .NET class designer
Assume that class Being has a property of type Habitat. Both classes are implemented in their own .cs files. When I drag and drop the two classes from the class designer onto a new Class diagram, I do not see an association line from Being to…

Andrei Tanasescu
- 638
- 1
- 7
- 15
1
vote
1 answer
VS 2010 Class Designer not rendering relationships correctly
I'm using the Visual Studio 2010 Class Diagram designer and it does a nice job of showing relationships between a parent class and the classes that make up the properties of the parent. In the below sample, we can see that the IFoo interface has a…

JoeGeeky
- 3,746
- 6
- 36
- 53
1
vote
0 answers
Visual Studio adds an empty file when adding a new class from within my .Net Core class designer
I have the VS Class designer installed in my VS version and I am trying to create a class from within the class designer using Add -> Class. Then I give it a name and select "create a new file". Afterwards, it throws an error because it created an…

Stephan Pillhofer
- 157
- 1
- 8
1
vote
1 answer
Is it possible to draw "uses" type relationship between types and methods in Visual Studio 2010's class designer?
I want to draw connections between types and methods showing the using relationship between them, i.e:
GlobalExecutor -> (uses) -> EndEffect -> (uses) -> RealTimeEffect
... in a tree-like manner.

Joan Venge
- 315,713
- 212
- 479
- 689
1
vote
1 answer
Visual studio class designer
How can i model aggregation in VS 2008 class designer??

chamara
- 12,649
- 32
- 134
- 210
1
vote
1 answer
in VS2010 Class Designer is it possible to specify namespace / folder for classes to go
in VS2010 Class Designer is it possible to specify namespace / folder for classes to go?
I created a design in a subdirectory however the classes seem to go into the root, and I can't see how to specific a folder or namespace?
Is the designer meant…

Greg
- 34,042
- 79
- 253
- 454
0
votes
1 answer
Visual Designer to Generate Javascript Code from class diagram or etc
I am looking for desktop executable or Browser based(if one exists) application that could generate javascript code for me from a visual designer. Something like Ext Designer that Sencha developed for their library. If there is a tool that could…

Deeptechtons
- 10,945
- 27
- 96
- 178
0
votes
2 answers
My application works perfectly local but not in the remote server
When I upload the files on the remote server I get the following message:
Object reference not set to an instance of an object
And a few errors supposed to be happening in the ClassDesigner file and other few classes.

met.lord
- 618
- 2
- 9
- 35
0
votes
2 answers
Visual Studio 2008 Class Designer - many to many associations
Is there a trick for visualizing a many to many assocation in the Visual Studio Class Designer?
I have an Employee entity and a Team entity. So each entity has a list of his counterpart.
Associations are possible to show in the Class Designer, but…

Rookian
- 19,841
- 28
- 110
- 180