Responder Developer Guide
OperationType Property


Returns/sets the type of operation to be performed on this data row.
Syntax
'Declaration
 
Public Property OperationType As DeviceOperationType
'Usage
 
Dim instance As DatarowDecorator
Dim value As DeviceOperationType
 
instance.OperationType = value
 
value = instance.OperationType
public DeviceOperationType OperationType {get; set;}
Remarks
This property was added to be able to determine the list of phase operations to be presented in the device edit or device restore planned phases dropdown. The values for this property are as follows: 0 = unknown operation 1 = device edit 2 = device restore 3 = create/add open switching step 4 = create/add close switching step
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

 

 


Send Comment