view Agendas/trunk/src/Agendas.Web/CustomModelMetadataProvider/IResolverByConvention.cs @ 302:11dddcc9a862 tip

Historico de Eventos, no muestra bien la Url del Patrocinador.
author juanjose.montesdeocaarbos
date Tue, 14 Aug 2012 21:54:30 -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; }
	}
}