Show / Hide Table of Contents

Class CallBackParameter

This is the list of parameters generated by the Connector specific to a business

Inheritance
System.Object
CallBackParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
System.String key
System.String value

Properties

Key

The name of the key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

Value

The value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX