Show / Hide Table of Contents

Class GetLogsWithCookiesArgs

Inheritance
System.Object
BaseArgs
BaseAuthenticateArgs
GetLogsWithCookiesArgs
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
BaseAuthenticateArgs.CryptedLicence
BaseArgs.CultureID
BaseArgs.PropertyChanged
BaseArgs.RaisePropertyChanged(String)
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 GetLogsWithCookiesArgs : BaseAuthenticateArgs, INotifyPropertyChanged

Properties

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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX