Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Enum Generation

Widget Connector
width500
urlhttp://www.youtube.com/watch?v=O9okRqA6PN8&feature=player_embedded
height400

...

	 
[DataContract]
public enum Priority : int
{
    [EnumMember]
    High = 1,
    [EnumMember]
    Normal = 2,
    [EnumMember]
    Low = 3,
}

Next: Many to Many Relationships