CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Enumeration
C#
[Flags]
 public enum ApprovalStatusType
 {
     [Display(Description = "In Progress")]
     InProgress = 1,
     [Display(Description = "Pending Review")]
     PendingReview = 2,
     [Display(Description = "Need Changes")]
     NeedChanges = 4,
     [Display(Description = "Finished")]
by Domantas   October 31, 2011 @ 3:31am
60 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate