ArcFM Engine 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 IDictionary, _
   ByVal dataRow As DataRow _
) 
'Usage
 
Dim instance As UpdateWithUniqueValue
Dim arguments As IDictionary
Dim dataRow As DataRow
 
instance.PerformAction(arguments, dataRow)
protected override void PerformAction( 
   IDictionary arguments,
   DataRow dataRow
)

Parameters

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

UpdateWithUniqueValue Class
UpdateWithUniqueValue Members
Overload List

 

 


Send Comment