BoC.Web.Mvc.MetaData.ExtraModelMetadataProvider.GetResourceKey C# (CSharp) Метод

GetResourceKey() приватный статический Метод

private static GetResourceKey ( Type containerType, string propertyName ) : string
containerType System.Type
propertyName string
Результат string
        private static string GetResourceKey(Type containerType, string propertyName)
        {
            return containerType.Name + "_" + propertyName;
        }