Castle.Components.DictionaryAdapter.OnDemandAttribute
public class OnDemandAttribute : DictionaryBehaviorAttribute, IDictionaryPropertyGetter, IDictionaryBehavior
Support for on-demand value resolution.
namespace Castle.Components.DictionaryAdapter
{
public class OnDemandAttribute : DictionaryBehaviorAttribute, IDictionaryPropertyGetter, IDictionaryBehavior
{
public Type Type { get; }
public object Value { get; }
public OnDemandAttribute();
public OnDemandAttribute(Type type);
public OnDemandAttribute(object value);
public object GetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists);
}
}