ArcFM Engine Developer Guide
Evaluate(IDictionary,DataRow) Method


Information necessary to evaluate the rule.
A predicate method that determines whether or not PerformAction will be called.
Syntax
'Declaration
 
Protected Overloads Overrides Function Evaluate( _
   ByVal arguments As IDictionary, _
   ByVal dataRow As DataRow _
) As Boolean
'Usage
 
Dim instance As ValidateUniqueValue
Dim arguments As IDictionary
Dim dataRow As DataRow
Dim value As Boolean
 
value = instance.Evaluate(arguments, dataRow)
protected override bool Evaluate( 
   IDictionary arguments,
   DataRow dataRow
)

Parameters

arguments
Information necessary to evaluate the rule.
dataRow

Return Value

True if PerformAction should be called, otherwise False.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ValidateUniqueValue Class
ValidateUniqueValue Members
Overload List

 

 


Send Comment