Class CallBackParameter
This is the list of parameters generated by the Connector specific to a business
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class CallBackParameter
Constructors
CallBackParameter()
Declaration
public CallBackParameter()
CallBackParameter(string, string)
Declaration
public CallBackParameter(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | value |
Properties
Key
The name of the key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |