[Missing <summary> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValue(System.String,System.Int32,System.String)"]

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

Syntax

C#
public WSResultContainer GetGEBoundariesByTypeValue(
	string SecurityToken,
	int GeType,
	string GeValue
)
Visual Basic (Declaration)
Public Function GetGEBoundariesByTypeValue ( _
	SecurityToken As String, _
	GeType As Integer, _
	GeValue As String _
) As WSResultContainer
Visual C++
public:
virtual WSResultContainer^ GetGEBoundariesByTypeValue(
	String^ SecurityToken, 
	int GeType, 
	String^ GeValue
) sealed

Parameters

SecurityToken
Type: System..::.String

[Missing <param name="SecurityToken"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValue(System.String,System.Int32,System.String)"]

GeType
Type: System..::.Int32

[Missing <param name="GeType"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValue(System.String,System.Int32,System.String)"]

GeValue
Type: System..::.String

[Missing <param name="GeValue"/> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValue(System.String,System.Int32,System.String)"]

Return Value

[Missing <returns> documentation for "M:CWS.Common.NDXInterface.NDX.GeServices.GeServicesClient.GetGEBoundariesByTypeValue(System.String,System.Int32,System.String)"]

Implements

IGeServices..::.GetGEBoundariesByTypeValue(String, Int32, String)

See Also