AccessLogDTO Class |
Namespace: OfvService.DTO.Login.Logging
public class AccessLogDTO
The AccessLogDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessLogDTO | Initializes a new instance of the AccessLogDTO class |
| Name | Description | |
|---|---|---|
| clientInformation |
Gets or sets the client information.
| |
| clientIpAddress |
Gets or sets the client ip address.
| |
| description |
Gets or sets the description.
| |
| id |
Gets or sets the id.
| |
| moduleId |
Gets or sets the module id.
| |
| statusId |
Gets or sets the status id.
| |
| timestamp |
Gets or sets the timestamp.
| |
| userId |
Gets or sets the user id.
| |
| wsCode |
Gets or sets the ws code.
| |
| wsMethodCode |
Gets or sets the ws method code.
|
| Name | Description | |
|---|---|---|
| SERVICE_FAILED |
SERVICE_FAILED identifier
| |
| SERVICE_SUCCESS |
SERVICE_SUCCESS identifier
|