Class BaseAnswer
Inheritance
BaseAnswer
Inherited Members
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 |
|---|---|
| string |
Status
The status returned by the server
Declaration
public int Status { get; set; }
Property Value
| Type | Description |
|---|---|
| int |