internal void Reset() { foreach (RadPropertyValue radPropertyValue in this.entries.Values) { radPropertyValue.Dispose(); } this.entries.Clear(); this.propertyMapper = (MapPropertyDelegate)null; }
public KasbahPropertyInterceptor(MapPropertyDelegate mapProperty, IDictionary <string, object> data, TypeMapperContext context) { _mapProperty = mapProperty; _data = data; _context = context; }