Class GetLogsArgs
Inheritance
System.Object
GetLogsArgs
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetLogsArgs : INotifyPropertyChanged
Properties
AccessKey
Declaration
public Guid AccessKey { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
From
Declaration
public DateTime From { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
To
Declaration
public DateTime To { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
User
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserLogSerial
Declaration
public Guid UserLogSerial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged