Class GetLogsArgs
This is the Args to get logs for a specific user
Implements
Inherited Members
Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class GetLogsArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded, ILogRequest
Constructors
GetLogsArgs(string, Guid, Guid, Guid, DateTime, DateTime)
Constructor used with an endpointconfigurationname
Declaration
public GetLogsArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, DateTime from, DateTime to)
Parameters
| Type | Name | Description |
|---|---|---|
| string | endPointConfigurationName | Configuration name |
| Guid | serial | Serial |
| Guid | apiUser | Apiuser |
| Guid | apiPassword | Api password |
| DateTime | from | Log start from |
| DateTime | to | Log fininsh on |
GetLogsArgs(Uri, Guid, Guid, Guid, DateTime, DateTime)
Constructor used with an endpoint uri
Declaration
public GetLogsArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword, DateTime from, DateTime to)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | endPoint | Endpoint uri |
| Guid | serial | Serial number |
| Guid | apiUser | Api user |
| Guid | apiPassword | Api password |
| DateTime | from | Logs start on |
| DateTime | to | Logs finish on |
Properties
ApiPassword
The api password of the connection
Declaration
public Guid ApiPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
ApiUser
The api user
Declaration
public Guid ApiUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndPointUri
The endpoint uri, not needed if Endpointconfiguration name is use
Declaration
public Uri EndPointUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
From
Date from for the logs
Declaration
public DateTime From { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Serial
The serial number to connect
Declaration
public Guid Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
To
Date to for the logs
Declaration
public DateTime To { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
UserLogSerial
The userlog whoe we need to retreived logs( leave empty will result to get the logs of the serial)
Declaration
public Guid UserLogSerial { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |