Class GetMessageLogArgs
Inheritance
GetMessageLogArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetMessageLogArgs : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedSerial
Declaration
public DataStoreObject CryptedSerial { get; set; }
Property Value
MessageID
Declaration
public string MessageID { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
TrackingID
Declaration
public string TrackingID { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
UserLogSerial
Declaration
public Guid UserLogSerial { get; set; }
Property Value
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
Implements
Extension Methods