Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DionBarrier

Pages: [1]
1
Suggestions and Requests / Re: XAML code import
« on: November 06, 2010, 07:40:09 am »
We likewise desire the ability to round-trip XAML.

2
General Board / WPF-XAML Modeling
« on: November 06, 2010, 07:55:28 am »
I know presently there's no direct implementation of WPF-XAML round-trip engineering.  In the absence of explicit support for this technology does anyone have any advise for how to work with this technology in EA?

3
Uml Process / Modeling C# delegates
« on: December 08, 2011, 11:11:23 am »
I'm trying to figure out a reasonable/best way to model C# delegates. EA's reverse engineering drops the ball and simply won't touch it.  Technically I know they are a syntactic sugar representation of a class but  it just seems clunky to model them that way and out-of-band with EA's Code Engineering.  Does anyone have any suggestions on how I might model the below example?  Thanks.

namespace MyNamespace
{
    public delegate void MyDelegate(MyClassA param1, MyClassB param2);
}


4
Uml Process / Re: Use-case extension points
« on: November 06, 2010, 03:32:10 am »
I've sent in a request referring to this discussion.  

Phil: I've got trade show deadlines I'm running up against presently so I won't have time to do anything right now.  However, if you're willing to share I'd be interested in looking at your add-in.

Thanks,
--Dion

5
Uml Process / Re: Use-case extension points
« on: November 05, 2010, 07:29:25 am »
I think the following link might explain it a bit clearer. http://www.visualcase.com/kbase/use_case_extension_points.htm


6
Uml Process / Use-case extension points
« on: November 05, 2010, 04:10:54 am »
Is there any way to formally associate a given extend relationship with a use-case extension point?  The examples provided simply show a note attached to the relationship line explaining the intention.  Other UML tools I've used allow you to expressly associate an extend relationship with a specific extension point.

Pages: [1]