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






Syntax
'Declaration
 
Protected Overloads Overridable Sub PerformAction( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal row As System.Data.DataRow _
) 
'Usage
 
Dim instance As DataRowRule
Dim arguments As System.Collections.IDictionary
Dim row As System.Data.DataRow
 
instance.PerformAction(arguments, row)
protected virtual void PerformAction( 
   System.Collections.IDictionary arguments,
   System.Data.DataRow row
)
protected procedure PerformAction( 
    arguments: System.Collections.IDictionary;
    row: System.Data.DataRow
); virtual; 
protected function PerformAction( 
   arguments : System.Collections.IDictionary,
   row : System.Data.DataRow
);
protected: virtual void PerformAction( 
   System.Collections.IDictionary* arguments,
   System.Data.DataRow* row
) 
protected:
virtual void PerformAction( 
   System.Collections.IDictionary^ arguments,
   System.Data.DataRow^ row
) 

Parameters

arguments
row
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