Transmitter5File2StringGetDialog Method |
Get dialog messages.
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void File2StringGetDialog(
string sourceFilePathName,
string plausibilityPathName,
string domainString,
out string result,
out string messageSent,
out string messageReceived,
out string getDialogResultFile
)
Public Sub File2StringGetDialog (
sourceFilePathName As String,
plausibilityPathName As String,
domainString As String,
<OutAttribute> ByRef result As String,
<OutAttribute> ByRef messageSent As String,
<OutAttribute> ByRef messageReceived As String,
<OutAttribute> ByRef getDialogResultFile As String
)
public:
virtual void File2StringGetDialog(
String^ sourceFilePathName,
String^ plausibilityPathName,
String^ domainString,
[OutAttribute] String^% result,
[OutAttribute] String^% messageSent,
[OutAttribute] String^% messageReceived,
[OutAttribute] String^% getDialogResultFile
) sealed
function File2StringGetDialog(sourceFilePathName, plausibilityPathName, domainString, result, messageSent, messageReceived, getDialogResultFile);
Parameters
- sourceFilePathName String
- The salary declaration.
- plausibilityPathName String
- The plausibility data that was returned from the call to DeclareSalary(XmlDocument, XmlDocument, XmlDocument, XmlDocument, String, DateTime)
- domainString String
- The domain from which to retrieve data, one of AHV-AVS, UVG-LAA, UVGZ-LAAC, KTG-AMC, BVG-LPP, FAK-CAF, TaxAtSource or Statistic. When there are multiple possible entries for a domain, concatenate the desired institution ID without any blank, as in TaxAtSource#KantonBE
- result String
- The server's reply, contains the result of the operation or any error that might occur during the validation, transmission and processing.
- messageSent String
- The signed message containing the declaration, just before it was encrypted and sent.
- messageReceived String
- The signed raw server reply just after decryption.
- getDialogResultFile String
- The server's reply.
Exceptions
See Also