CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

I have wanted this class for a while

117 Views
Copy Code Show/Hide Line Numbers
   1:  [DataContract]
   2:  public class UserBooleanDecision
   3:  {
   4:    [DataMember]
   5:    public bool? Decision { get; set; }
   6:   
   7:    [DataMember]
   8:    public bool RequiresAnswer { get; set; }
   9:  }
by Mike Minutillo
  March 17, 2010 @ 11:20pm

Add a comment


Report Abuse
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