Click or drag to resize

AccessLogDTO Class

OFV Kjøretøydata service

Internal use only!
Inheritance Hierarchy
SystemObject
  OfvService.DTO.Login.LoggingAccessLogDTO

Namespace:  OfvService.DTO.Login.Logging
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AccessLogDTO

The AccessLogDTO type exposes the following members.

Constructors
  NameDescription
Public methodAccessLogDTO
Initializes a new instance of the AccessLogDTO class
Top
Properties
  NameDescription
Public propertyclientInformation
Gets or sets the client information.
Public propertyclientIpAddress
Gets or sets the client ip address.
Public propertydescription
Gets or sets the description.
Public propertyid
Gets or sets the id.
Public propertymoduleId
Gets or sets the module id.
Public propertystatusId
Gets or sets the status id.
Public propertytimestamp
Gets or sets the timestamp.
Public propertyuserId
Gets or sets the user id.
Public propertywsCode
Gets or sets the ws code.
Public propertywsMethodCode
Gets or sets the ws method code.
Top
Fields
  NameDescription
Public fieldStatic memberSERVICE_FAILED
SERVICE_FAILED identifier
Public fieldStatic memberSERVICE_SUCCESS
SERVICE_SUCCESS identifier
Top
See Also