Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddFilterReportOrder", ReplyAction = "http://tempuri.org/IService1/AddFilterReportOrderResponse")] bool AddFilterReportOrder( string orderDirId, string orderDirText, string reportId, string colName, string tableName, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddFilterReportOrder", ReplyAction := "http://tempuri.org/IService1/AddFilterReportOrderResponse")> Function AddFilterReportOrder ( orderDirId As String, orderDirText As String, reportId As String, colName As String, tableName As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddFilterReportOrder", ReplyAction = L"http://tempuri.org/IService1/AddFilterReportOrderResponse")] bool AddFilterReportOrder( String^ orderDirId, String^ orderDirText, String^ reportId, String^ colName, String^ tableName, String^ key ) |
Parameters
- orderDirId
- Type: System..::..String
- orderDirText
- Type: System..::..String
- reportId
- Type: System..::..String
- colName
- Type: System..::..String
- tableName
- Type: System..::..String
- key
- Type: System..::..String