Class GetLogsArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetLogsArgs : BaseArgs, INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
From
Declaration
public DateTime From { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
To
Declaration
public DateTime To { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
UserLogSerial
Declaration
public Guid UserLogSerial { get; set; }
Property Value
Implements
Extension Methods