[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

Namespace:  CWS.Common.NDXInterface.NDX.SoldService
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public WSResultContainer GetHomeSalesData(
	string AuthToken,
	double lat,
	double lon,
	float radius,
	int minPriceInThousands,
	int maxPriceInThousands,
	string startDate,
	string endDate,
	bool bOrderByProximity,
	int maxCount
)
Visual Basic (Declaration)
Public Function GetHomeSalesData ( _
	AuthToken As String, _
	lat As Double, _
	lon As Double, _
	radius As Single, _
	minPriceInThousands As Integer, _
	maxPriceInThousands As Integer, _
	startDate As String, _
	endDate As String, _
	bOrderByProximity As Boolean, _
	maxCount As Integer _
) As WSResultContainer
Visual C++
public:
virtual WSResultContainer^ GetHomeSalesData(
	String^ AuthToken, 
	double lat, 
	double lon, 
	float radius, 
	int minPriceInThousands, 
	int maxPriceInThousands, 
	String^ startDate, 
	String^ endDate, 
	bool bOrderByProximity, 
	int maxCount
) sealed

Parameters

AuthToken
Type: System..::.String

[Missing <param name="AuthToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

lat
Type: System..::.Double

[Missing <param name="lat"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

lon
Type: System..::.Double

[Missing <param name="lon"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

radius
Type: System..::.Single

[Missing <param name="radius"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

minPriceInThousands
Type: System..::.Int32

[Missing <param name="minPriceInThousands"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

maxPriceInThousands
Type: System..::.Int32

[Missing <param name="maxPriceInThousands"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

startDate
Type: System..::.String

[Missing <param name="startDate"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

endDate
Type: System..::.String

[Missing <param name="endDate"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

bOrderByProximity
Type: System..::.Boolean

[Missing <param name="bOrderByProximity"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

maxCount
Type: System..::.Int32

[Missing <param name="maxCount"/> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:CWS.Common.NDXInterface.NDX.SoldService.HomeSalesClient.GetHomeSalesData(System.String,System.Double,System.Double,System.Single,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32)"]

Implements

IHomeSales..::.GetHomeSalesData(String, Double, Double, Single, Int32, Int32, String, String, Boolean, Int32)

See Also