<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d33142127\x26blogName\x3dfishyweb\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://fishyweb.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://fishyweb.blogspot.com/\x26vt\x3d4851815010354999608', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

One line No-brainer usage of yUML from .net Wednesday, July 14, 2010 |

If you’ve not seen the beauty of yUML – do check it out here - yUML.

yUML as a service, provides a simple way to express your Classes, Activities & Usecases and translates your expressions into pretty pictures (aka., uml diagrams)

On the similar lines of Sequence Diagram Editor – by, Marcus Strauch

 

Ok, to the juicy part :)

pictureBox1.Load(“1-*[me]">http://yuml.me/diagram/scruffy/class/[test]<>1-*[me]”);

where - http://yuml.me/diagram/scruffy/class/<…> – the <…> part is your expression