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


The DataRow to be decorated.
The configurator for the DataSet.
The list of client-side business rules available to this decorator.
Indicates the type of operation to be performed on this data row.
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, _
   ByVal deviceOperationType As DeviceOperationType _
)
'Usage
 
Dim dataRow As DataRow
Dim configurator As DataSetConfig
Dim clientRules As RulePackages
Dim deviceOperationType As DeviceOperationType
 
Dim instance As New DatarowDecorator(dataRow, configurator, clientRules, deviceOperationType)
public DatarowDecorator( 
   DataRow dataRow,
   DataSetConfig configurator,
   RulePackages clientRules,
   DeviceOperationType deviceOperationType
)

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.
deviceOperationType
Indicates the type of operation to be performed on this data row.
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