Class Answer
Inheritance
Answer
Implements
Inherited Members
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class Answer : INotifyPropertyChanged
Properties
Data
Declaration
public string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Declaration
public int Status { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |