Show / Hide Table of Contents

Interface ILogRequest

The contract to request log

Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ILogRequest

Properties

Serial

The serial number of the licence

Declaration
Guid Serial { get; set; }
Property Value
Type Description
System.Guid

UserLogSerial

The serial number of the user we request the log (Guid.empty) if it's serial

Declaration
Guid UserLogSerial { get; set; }
Property Value
Type Description
System.Guid

Extension Methods

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