Class GetLogsArgs
This is the Args to get logs for a specific user
Inheritance
System.Object
GetLogsArgs
Implements
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.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 |
---|---|---|
System.String | endPointConfigurationName | Configuration name |
System.Guid | serial | Serial |
System.Guid | apiUser | Apiuser |
System.Guid | apiPassword | Api password |
System.DateTime | from | Log start from |
System.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 |
---|---|---|
System.Uri | endPoint | Endpoint uri |
System.Guid | serial | Serial number |
System.Guid | apiUser | Api user |
System.Guid | apiPassword | Api password |
System.DateTime | from | Logs start on |
System.DateTime | to | Logs finish on |
Properties
ApiPassword
The api password of the connection
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
The api user
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
The endpoint uri, not needed if Endpointconfiguration name is use
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
From
Date from for the logs
Declaration
public DateTime From { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Serial
The serial number to connect
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
To
Date to for the logs
Declaration
public DateTime To { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Guid |