Click or drag to resize

SetPropertyValuePassesFilter Method (SetPropertyValueFilter, SetProperty, DataCache)

The method determines whether a object can pass the filter. Property and cache are provided for performance reasons since the method is called often.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool PassesFilter(
	SetPropertyValueFilter filter,
	SetProperty property,
	DataCache cache
)

Parameters

filter
Type: Omada.OE.ModelSetPropertyValueFilter
property
Type: Omada.OE.ModelSetProperty
cache
Type: Omada.OE.ModelDataCache

Return Value

Type: Boolean
See Also