Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs @ 217:c4c60e034103 deploy 2011-09-06
sugerencia de recordatorios
author | nelopauselli |
---|---|
date | Tue, 06 Sep 2011 18:09:43 -0300 |
parents | 6944c54f834f |
children | f23ee59ef1bd |
comparison
equal
deleted
inserted
replaced
216:8a8c35302b81 | 217:c4c60e034103 |
---|---|
1 using System; | 1 using System; |
2 using System.Collections.Generic; | 2 using System.Collections.Generic; |
3 using System.ComponentModel.DataAnnotations; | 3 using System.ComponentModel.DataAnnotations; |
4 using System.Web.Mvc; | 4 using System.Web.Mvc; |
5 using AltNetHispano.Agendas.Twitter; | |
5 using DataAnnotationsExtensions; | 6 using DataAnnotationsExtensions; |
6 | 7 |
7 namespace AltNetHispano.Agendas.Web.Models | 8 namespace AltNetHispano.Agendas.Web.Models |
8 { | 9 { |
9 public class EventoIndexModel | 10 public class EventoIndexModel |
111 | 112 |
112 [HiddenInput] | 113 [HiddenInput] |
113 public string Titulo { get; set; } | 114 public string Titulo { get; set; } |
114 | 115 |
115 [HiddenInput] | 116 [HiddenInput] |
116 public string EventoConfirma { get; set; } | 117 [UIHint("Recordatorios")] |
118 public Recordatorios Recordatorios { get; set; } | |
117 } | 119 } |
118 | 120 |
119 public class EventoDto | 121 public class EventoDto |
120 { | 122 { |
121 public string Id { get; set; } | 123 public string Id { get; set; } |