Explicit method for manually applying a specific motor to a selected pump.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string change_motor_manual(
	uint list_id,
	uint pump_state_id,
	pump_motor manual_motor
)
Visual Basic
Function change_motor_manual ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	manual_motor As pump_motor _
) As String
Visual C++
String^ change_motor_manual(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	pump_motor^ manual_motor
)

Parameters

list_id
Type: System..::..UInt32
The id for the selection list in which the pump resides.
pump_state_id
Type: System..::..UInt32
PumpStateID column from get_list(UInt32) or return value from add_pump(UInt32, Int32, Guid).
manual_motor
Type: configuration_services..::..pump_motor
A motor chosen from the list at pumps_service.get_compatible_pump_motors()

Return Value

See Also