Castle.Components.DictionaryAdapter.DefaultPropertyGetter
Manages conversion between property values.
namespace Castle.Components.DictionaryAdapter
{
public class DefaultPropertyGetter : IDictionaryPropertyGetter, IDictionaryBehavior
{
public int ExecutionOrder { get; }
public DefaultPropertyGetter(TypeConverter converter);
public object GetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists);
public IDictionaryBehavior Copy();
}
}