Castle.Components.DictionaryAdapter.RemoveIfAttribute
public class RemoveIfAttribute : DictionaryBehaviorAttribute, IDictionaryPropertySetter, IDictionaryBehavior
Removes a property if matches value.
namespace Castle.Components.DictionaryAdapter
{
public class RemoveIfAttribute : DictionaryBehaviorAttribute, IDictionaryPropertySetter, IDictionaryBehavior
{
public Type Condition {
set;
}
public RemoveIfAttribute();
public RemoveIfAttribute(params object[] values);
public RemoveIfAttribute(object[] values, Type comparerType);
protected RemoveIfAttribute(ICondition condition);
}
}