ArcFM Solution Developer Guide
BypassDialogViewModel Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal ductFacilityId As System.String, _
   ByVal ductBanks As System.Collections.Generic.IEnumerable(Of DuctBankViewModel), _
   ByVal vaultFacilityId As System.String, _
   Optional ByVal ductFilter As System.Predicate(Of DuctEndViewModel) _
)
'Usage
 
Dim ductFacilityId As System.String
Dim ductBanks As System.Collections.Generic.IEnumerable(Of DuctBankViewModel)
Dim vaultFacilityId As System.String
Dim ductFilter As System.Predicate(Of DuctEndViewModel)
 
Dim instance As New BypassDialogViewModel(ductFacilityId, ductBanks, vaultFacilityId, ductFilter)
public BypassDialogViewModel( 
   System.string ductFacilityId,
   System.Collections.Generic.IEnumerable<DuctBankViewModel> ductBanks,
   System.string vaultFacilityId,
   System.Predicate<DuctEndViewModel> ductFilter
)

Parameters

ductFacilityId
ductBanks
vaultFacilityId
ductFilter
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

BypassDialogViewModel Class
BypassDialogViewModel Members

 

 


Send Comment