Inheritance
GetPartyFilesHeadersArgs
Assembly: SecureExchangesSDK.dll
[Serializable]
public class GetPartyFilesHeadersArgs : INotifyPropertyChanged
Properties
Declaration
public string CryptedChatState { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Declaration
public string LastCheckDate { get; set; }
Property Value
Declaration
public string PartyPosition { get; set; }
Property Value
Declaration
public Guid Serial { get; set; }
Property Value
Declaration
public string Session { get; set; }
Property Value
Methods
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods