WorkItem Object Mapper

 

COR5

Page history last edited by Bernardo Heynemann 3 yrs ago

WOM Project Home Page / Documentation / Requirements / COR5

 

Update a WorkItem

 

Requirement Number: COR5

Module: WOM Core

Name: Update a WorkItem

Description:

This requirement involves updating a workitem object.

This requirement states that the following scenario should be enabled:

Example:

Task t = new Task(3248);

t.Status = Status.Closed;

TaskManager tm = new TaskManager();

tm.Save(t);

 

By the end of the above code, the workitem number 3248 should have been closed.

 

Start Iteration: Iteration 0.01 End Iteration: Iteration 0.01

Implemented: Yes

Check it out on CodePlex!

Comments (0)

You don't have permission to comment on this page.