Responder Developer Guide
DatarowDecorator Constructor(DataRow,DataSetConfig,RulePackages)


The DataRow to be decorated.
The configurator for the DataSet.
The list of client-side business rules available to this decorator.
Initializes a new instance of the RowDecorator class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataRow As DataRow, _
   ByVal configurator As DataSetConfig, _
   ByVal clientRules As RulePackages _
)
'Usage
 
Dim dataRow As DataRow
Dim configurator As DataSetConfig
Dim clientRules As RulePackages
 
Dim instance As New DatarowDecorator(dataRow, configurator, clientRules)
public DatarowDecorator( 
   DataRow dataRow,
   DataSetConfig configurator,
   RulePackages clientRules
)

Parameters

dataRow
The DataRow to be decorated.
configurator
The configurator for the DataSet.
clientRules
The list of client-side business rules available to this decorator.
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

DatarowDecorator Class
DatarowDecorator Members
Overload List

 

 


Send Comment