WorkItem Object Mapper

 

COR7

Page history last edited by Bernardo Heynemann 3 yrs ago

WOM Project Home Page / Documentation / Requirements / COR7

 

Allow mapping of string properties with fixed values to enumerations

 

Requirement Number: COR7

Module: WOM Core

Name: Allow mapping of string properties with fixed values to enumerations

Description:

This requirement states that enumeration values should be able to declare a string value instead of an integer value.

Example:

public enum WorkItemType {

  • [EnumValueAttribute("Task")]
  • Task,
  • [EnumValueAttribute("Issue")]
  • Issue,
  • [EnumValueAttribute("Feature")]
  • Feature

}

 

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.