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
row
Type: System.ComponentModel.ICustomTypeDescriptorThe set of custom type descriptors.
Return value
Type: System.Boolean