view Agendas/trunk/src/Agendas.Web/CustomModelMetadataProvider/IResolverByConvention.cs @ 278:6f5ab71614d4

#125: ABM de patrocinadores.
author juanjose.montesdeocaarbos
date Wed, 21 Dec 2011 08:47:05 -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; }
	}
}