BrightIdeasSoftware.CompositeFilter.FilterObject C# (CSharp) Метод

FilterObject() публичный абстрактный Метод

Decide whether or not the given model should be included by the filter
Filters is guaranteed to be non-empty when this method is called
public abstract FilterObject ( object modelObject ) : bool
modelObject object The model object under consideration
Результат bool
        public abstract bool FilterObject(object modelObject);