Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class UpdateRestoreRequestStatusArgs

    Update the restore request status

    Inheritance
    object
    BaseEndPointConfiguration
    BaseAuthenticateArgs
    UpdateRestoreRequestStatusArgs
    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 UpdateRestoreRequestStatusArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    UpdateRestoreRequestStatusArgs()

    Declaration
    public UpdateRestoreRequestStatusArgs()

    UpdateRestoreRequestStatusArgs(string, Guid, Guid, Guid)

    Create a endpoint with config

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

    UpdateRestoreRequestStatusArgs(Uri, Guid, Guid, Guid)

    Constructor with endpoint uri

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

    Properties

    RestoreRequestID

    The restore request ID

    Declaration
    public Guid RestoreRequestID { get; set; }
    Property Value
    Type Description
    Guid

    RestoreRequestTrackingIDStatusList

    Define the restorerquest ID and their status

    Declaration
    public List<RestoreRequestTrackingIDStatus> RestoreRequestTrackingIDStatusList { get; set; }
    Property Value
    Type Description
    List<RestoreRequestTrackingIDStatus>

    XmlPrivateCOMKey

    The xml hash key

    Declaration
    public string XmlPrivateCOMKey { get; set; }
    Property Value
    Type Description
    string

    Implements

    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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