Responder Developer Guide
SwitchingStepsViewModel Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal order As SwitchingOrder, _
   ByVal orderLineToViewModelDelegate As OrderLineToViewModelDelegate _
)
'Usage
 
Dim order As SwitchingOrder
Dim orderLineToViewModelDelegate As OrderLineToViewModelDelegate
 
Dim instance As New SwitchingStepsViewModel(order, orderLineToViewModelDelegate)
public SwitchingStepsViewModel( 
   SwitchingOrder order,
   OrderLineToViewModelDelegate orderLineToViewModelDelegate
)

Parameters

order
orderLineToViewModelDelegate
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

SwitchingStepsViewModel Class
SwitchingStepsViewModel Members

 

 


Send Comment