Namespace: configuration_servicesAssembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<pump_motor> get_compatible_pump_motors(
uint list_id,
uint pump_state_id,
string standard,
string enclosure
) |
Visual Basic |
---|
Public Function get_compatible_pump_motors ( _
list_id As UInteger, _
pump_state_id As UInteger, _
standard As String, _
enclosure As String _
) As List(Of pump_motor) |
Visual C++ |
---|
public:
virtual List<pump_motor^>^ get_compatible_pump_motors(
unsigned int list_id,
unsigned int pump_state_id,
String^ standard,
String^ enclosure
) sealed |
Parameters
- list_id
- Type: System..::..UInt32
- pump_state_id
- Type: System..::..UInt32
- standard
- Type: System..::..String
- enclosure
- Type: System..::..String
Implements
pumps_service_v2..::..get_compatible_pump_motors(UInt32, UInt32, String, String)
See Also