ArcFM Responder Mobile Developer Guide
Evaluate(IDictionary,DataRow) Method






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

Parameters

arguments
Information necessary to evaluate the rule.
dataRow

Return Value

True if PerformAction should be called, otherwise False.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UpdateWithUniqueValue Class
UpdateWithUniqueValue Members
Overload List

Send Feedback