Esempio n. 1
0
        public void HandleMapping <TModel>(TModel model, Item item, IPropertyMeta propertyMeta, ICache cache, IItemMapper itemMapper)
        {
            var dictionaryMappings = MappingUtil.GetDictionaryMappers(cache);

            if (dictionaryMappings.ContainsKey(propertyMeta.PropertyKey))
            {
                dictionaryMappings[propertyMeta.PropertyKey].SetDictionaryFieldMapping(model, propertyMeta, item);
            }
        }