ClassLocalCondition
Class
Base class used in filtering.
Definition
Namespace:Telerik.Pivot.Core.Filtering
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class LocalCondition : Condition, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeConditionLocalCondition
Derived Classes:
Implements:
Inherited Members
Constructors
LocalCondition()
Declaration
cs-api-definition
protected LocalCondition()
Methods
PassesFilter(object)
Determines if an object should be filtered.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Security", "CA2119:SealMethodsThatSatisfyPrivateInterfaces", Justification = "It is too early to expose the interface in future but it is well tested and eventually go live.")]
public abstract bool PassesFilter(object item)
Parameters
item
The item.
Returns
True if the item should be used in the results. False if it should be ignored.