Click or drag to resize

EnterpriseOneEntityObjectMatchesFilter Method (DataAccessFilter)

Returns true if this entity object matches the specified filter.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool MatchesFilter(
	DataAccessFilter filter
)

Parameters

filter
Type: Aloe.SystemFrameworks.Domain.DataAccessDataAccessFilter
The filter.

Return Value

Type: Boolean
See Also