WOM Project Version 0.0.2.0 is out! For those that don´t know WOM (WorkItem Object Mapping) is a framework that maps workitems in the workitem store (object properties) to a static Object Model (type-safe properties).
For more information check out the project wiki at http://womproj.pbwiki.com
What I came here for is asking for feedback. This release is a major one in that it introduces workitem querying in a very easy and type-safe way:
 
FilterCollection fc = Filter.Equal(Task.Properties.Status,Status.Active) & Filter.Equal(Task.Properties.AssignedTo,"Heynemann_cp");
IList<Task> tasks = QueryManager.GetWorkItems<Task>(fc);
 
This code snippet gets all the active workitems of type "Task" that are assigned to me.
 
And there are a lot of possibilities not explored.
 
Please help me improve this framework that helps a lot building apps on top of the workitem store (Project BHAL is an example. To find out more visit it here http://bhal.pbwiki.com ).
 
Thanks in advance,
--
Bernardo Heynemann
Microsoft Certified Solution Developer .Net
[EMAIL PROTECTED]
Equipe de Arquitetura /Architecture Team
Perlink Consultoria & Sistemas
http://www.perlink.com.br
Rua da Assembléia, 10/3419
Centro - Rio de Janeiro - Brazil
OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

Reply via email to