comparison Agendas/trunk/src/Agendas.Web/CustomModelMetadataProvider/IResolverByConvention.cs @ 84:ee4e699e4551

refactoring menor
author nelopauselli
date Wed, 25 May 2011 01:18:29 -0300
parents
children
comparison
equal deleted inserted replaced
83:7e9ffde4022d 84:ee4e699e4551
1 using System;
2
3 namespace AltNetHispano.Agendas.Web.CustomModelMetadataProvider
4 {
5 public interface IResolverByConvention
6 {
7 string GetDisplayName(string propertyName);
8 string GetDescription(string propertyName);
9 Type ResourceType { get; }
10 }
11 }