Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CreateRestoreRequestArgs

    Create a SESAR restore request for a user

    Inheritance
    object
    BaseEndPointConfiguration
    BaseAuthenticateArgs
    CreateRestoreRequestArgs
    Implements
    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    BaseAuthenticateArgs.ApiPassword
    BaseAuthenticateArgs.ApiUser
    BaseAuthenticateArgs.Serial
    BaseEndPointConfiguration.EndPointConfigurationName
    BaseEndPointConfiguration.EndPointUri
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class CreateRestoreRequestArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    CreateRestoreRequestArgs()

    Declaration
    public CreateRestoreRequestArgs()

    CreateRestoreRequestArgs(string, Guid, Guid, Guid)

    Create a endpoint with config

    Declaration
    public CreateRestoreRequestArgs(string endPointConfig, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    string endPointConfig
    Guid serial
    Guid apiUser
    Guid apiPassword

    CreateRestoreRequestArgs(Uri, Guid, Guid, Guid)

    Constructor with endpoint uri

    Declaration
    public CreateRestoreRequestArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)
    Parameters
    Type Name Description
    Uri endPoint
    Guid serial
    Guid apiUser
    Guid apiPassword

    Properties

    TrackingIDList

    The list of trackingID we whant to restore from SESAR

    Declaration
    public List<Guid> TrackingIDList { get; set; }
    Property Value
    Type Description
    List<Guid>

    Implements

    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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