BoC.Web.Mvc.MetaData.ExtraModelMetadataProvider.GetResourceKey C# (CSharp) Method

GetResourceKey() private static method

private static GetResourceKey ( Type containerType, string propertyName ) : string
containerType System.Type
propertyName string
return string
        private static string GetResourceKey(Type containerType, string propertyName)
        {
            return containerType.Name + "_" + propertyName;
        }