Questions tagged [componentmodel]

21 questions
1
vote
1 answer

How to manage both Deployment and Component UML Models in Sparx EA?

I have an existing suite of SOA-connected applications (mixture of JavaEE, PHP and .Net) for which I need to provide an overall deployment model or architectural diagram. I have found an example of a UML diagram for J2EE Application Deployment which…
Jacob Zwiers
  • 1,092
  • 1
  • 13
  • 33
0
votes
3 answers

What is EditorReuseAttribute really for?

I can't find any idea of the way to use this attribute?
Tim Lovell-Smith
  • 15,310
  • 14
  • 76
  • 93
0
votes
0 answers

How to change the Browsable attribute of a field class after its instantiation

I’m using in my application PropertyGrid controls to display the fields of the classes. To define which fields will be displayed I’m using the Browsable attribute from ComponentModel. I need to present the same class in two different forms, in the…
0
votes
1 answer

Why dataAnnotations dosen't valid the CourseList porperty of the Stuent?

When I used data System.ComponentModel.DataAnnotations, I had a problem. I defined a Student class that contains 2 attributes; one is the Name attribute and the other is the CourseList attribute; when I use the Validator.TryValidateObject method to…
joy
  • 11
  • 2
0
votes
2 answers

Hiding elements and categories for custom controls

I have a question please. Is it possible to hide some of the elements and categories of the base control (for a custom control). I want only the properties I defined to be shown. Thanks for your time.
None None
  • 195
  • 1
  • 3
  • 9
-1
votes
1 answer

What is the difference between the component architecture and multi-transclusion model in AngularJS?

I understand what the component architecture is, I don't understand how it is different from the multi-transclusion model. Can someone please explain?
1
2