ArcFM Responder Mobile Developer Guide
Evaluate(IDictionary) Method






Syntax
'Declaration
 
Public Overloads Overrides Function Evaluate( _
   ByVal arguments As System.Collections.IDictionary _
) As System.Boolean
'Usage
 
Dim instance As DataRowRule
Dim arguments As System.Collections.IDictionary
Dim value As System.Boolean
 
value = instance.Evaluate(arguments)
public override System.bool Evaluate( 
   System.Collections.IDictionary arguments
)
public function Evaluate( 
    arguments: System.Collections.IDictionary
): System.Boolean; override; 
public override function Evaluate( 
   arguments : System.Collections.IDictionary
) : System.boolean;
public: System.bool Evaluate( 
   System.Collections.IDictionary* arguments
) override 
public:
System.bool Evaluate( 
   System.Collections.IDictionary^ arguments
) override 

Parameters

arguments
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

DataRowRule Class
DataRowRule Members
Overload List

Send Feedback