Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/CustomModelMetadataProvider/IResolverByConvention.cs @ 212:6944c54f834f
Ticket 175: Se cambia el mensaje por una pantalla de confirmación, que sugiere los textos.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 26 Aug 2011 21:54:36 -0300 |
parents | ee4e699e4551 |
children |
line wrap: on
line source
using System; namespace AltNetHispano.Agendas.Web.CustomModelMetadataProvider { public interface IResolverByConvention { string GetDisplayName(string propertyName); string GetDescription(string propertyName); Type ResourceType { get; } } }