IService1UpdateAuditType Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateAuditType", ReplyAction = "http://tempuri.org/IService1/UpdateAuditTypeResponse")] bool UpdateAuditType( string auditorId, string zzRowId, string auditTypeId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateAuditType", ReplyAction := "http://tempuri.org/IService1/UpdateAuditTypeResponse")> Function UpdateAuditType ( auditorId As String, zzRowId As String, auditTypeId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateAuditType", ReplyAction = L"http://tempuri.org/IService1/UpdateAuditTypeResponse")] bool UpdateAuditType( String^ auditorId, String^ zzRowId, String^ auditTypeId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateAuditType", ReplyAction = "http://tempuri.org/IService1/UpdateAuditTypeResponse")>] abstract UpdateAuditType : auditorId : string * zzRowId : string * auditTypeId : string * key : string -> bool