Show / Hide Table of Contents

Class BaseAnswer

Inheritance
System.Object
BaseAnswer
AplyPKISDKAnswer
CreateRestoreRequestAnswer
GetLogResponse
GetLogsResponse
GetMessageResponse
GetResendSignatureRequestAnswer
GetRestoreRequestAnswer
GetSESARVersionResponse
LoadSignsTemplateAnswer
SetResendSignatureAsExecutedRequestAnswer
UpdateRestoreRequestStatusAnswer
ValidateDocumentSignatureIntegrityResponse
Inherited Members
System.Object.ToString()
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.Answer
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseAnswer

Constructors

BaseAnswer()

Declaration
public BaseAnswer()

BaseAnswer(Answer)

All the answer from the server inerith from that base

Declaration
public BaseAnswer(Answer answer)
Parameters
Type Name Description
Answer answer

Properties

Data

The message from the server

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

Status

The status returned by the server

Declaration
public int Status { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

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