Filter.Eval Method

Evaluates the filter properties by means of the logical operators or field operators.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Function Eval ( _
    row As ICustomTypeDescriptor _
) As Boolean
'Usage
Dim instance As Filter
Dim row As ICustomTypeDescriptor
Dim returnValue As Boolean

returnValue = instance.Eval(row)
public bool Eval(
    ICustomTypeDescriptor row
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Filter Class

Filter Members

Microsoft.Office.Project.Server.Library Namespace