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






Information necessary to perform the rule action.
Performs the rule specific action.
Syntax
'Declaration
 
Protected Overloads Overrides Sub PerformAction( _
   ByVal arguments As System.Collections.IDictionary, _
   ByVal dataRow As System.Data.DataRow _
) 
'Usage
 
Dim instance As ValidateGroundIsNotEnergized
Dim arguments As System.Collections.IDictionary
Dim dataRow As System.Data.DataRow
 
instance.PerformAction(arguments, dataRow)
protected override void PerformAction( 
   System.Collections.IDictionary arguments,
   System.Data.DataRow dataRow
)
protected procedure PerformAction( 
    arguments: System.Collections.IDictionary;
    dataRow: System.Data.DataRow
); override; 
protected override function PerformAction( 
   arguments : System.Collections.IDictionary,
   dataRow : System.Data.DataRow
);
protected: void PerformAction( 
   System.Collections.IDictionary* arguments,
   System.Data.DataRow* dataRow
) override 
protected:
void PerformAction( 
   System.Collections.IDictionary^ arguments,
   System.Data.DataRow^ dataRow
) override 

Parameters

arguments
Information necessary to perform the rule action.
dataRow
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

ValidateGroundIsNotEnergized Class
ValidateGroundIsNotEnergized Members
Overload List

Send Feedback