Click or drag to resize
Service1ClientSearchAuditAdvanced Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public DataSet SearchAuditAdvanced(
	string auditorId,
	string providerId,
	string auditDate,
	string auditType,
	string auditOpen,
	string isPended,
	string key
)

Parameters

auditorId
Type: SystemString
providerId
Type: SystemString
auditDate
Type: SystemString
auditType
Type: SystemString
auditOpen
Type: SystemString
isPended
Type: SystemString
key
Type: SystemString

Return Value

Type: DataSet

Implements

IService1SearchAuditAdvanced(String, String, String, String, String, String, String)
See Also