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

Syntax

C#
public byte[] graph_with_overrides(
	uint list_id,
	uint pump_state_id,
	uint width,
	uint height,
	GraphOptions graph_settings,
	pump_view analysis_view,
	override_criteria overrides,
	string locale
)
Visual Basic
Public Function graph_with_overrides ( _
	list_id As UInteger, _
	pump_state_id As UInteger, _
	width As UInteger, _
	height As UInteger, _
	graph_settings As GraphOptions, _
	analysis_view As pump_view, _
	overrides As override_criteria, _
	locale As String _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ graph_with_overrides(
	unsigned int list_id, 
	unsigned int pump_state_id, 
	unsigned int width, 
	unsigned int height, 
	GraphOptions^ graph_settings, 
	pump_view^ analysis_view, 
	override_criteria^ overrides, 
	String^ locale
) sealed

Parameters

list_id
Type: System..::..UInt32
pump_state_id
Type: System..::..UInt32
width
Type: System..::..UInt32
height
Type: System..::..UInt32
graph_settings
Type: PumpFloWeb.SelectLogic.Graph..::..GraphOptions
analysis_view
Type: pumpflo_services.reporting..::..pump_view
overrides
Type: configuration_services..::..override_criteria
locale
Type: System..::..String

Implements

pumps_service_v2..::..graph_with_overrides(UInt32, UInt32, UInt32, UInt32, GraphOptions, pump_view, override_criteria, String)

See Also