Click or drag to resize

commongetCuryConversionsAsDataSet Method

Converts number values using the curyRate table, calls: xct_spDSLgetCuryConversions

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getCuryConversionsAsDataSet", Description = "Converts number values using the curyRate table, calls: xct_spDSLgetCuryConversions")]
public DataSet getCuryConversionsAsDataSet(
	string fromCuryID,
	string toCuryID,
	DateTime effDate,
	double[] inValues
)

Parameters

fromCuryID
Type: SystemString
toCuryID
Type: SystemString
effDate
Type: SystemDateTime
inValues
Type: SystemDouble

Return Value

Type: DataSet
See Also