Click or drag to resize

serviceContractEntrygetServiceContractEntryScreenListAsDataSet Method

Calls: xct_spDSLgetServiceContractEntryScreenList

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
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 = "getServiceContractEntryScreenListAsDataSet", 
	Description = "Calls: xct_spDSLgetServiceContractEntryScreenList")]
public DataSet getServiceContractEntryScreenListAsDataSet(
	int currentPageNumber,
	int pageSize,
	nameValuePairs[] parms
)

Parameters

currentPageNumber
Type: SystemInt32
pageSize
Type: SystemInt32
parms
Type: ctDynamicsSLnameValuePairs

Return Value

Type: DataSet
See Also