Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CallBackParameter

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

    Inheritance
    object
    CallBackParameter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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.

    Overrides
    object.ToString()

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation