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