PropertyVisitor.IsExcluded

Declaration

protected bool IsExcluded(Property<TContainer,TValue> property, ref TContainer container, ref TValue value);

Parameters

property The property providing access to the data.
container The container being visited.
value The value being visited.

Returns

bool true if the property should be skipped; otherwise, false.

Description

Called before visiting each property to determine if the property should be visited.

This method is called after all IExcludePropertyAdapter_1 have had a chance to run.


Did you find this page useful? Please give it a rating: