Click or drag to resize

UsersLogDTO Class

OFV Kjøretøydata service

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

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 UsersLogDTO

The UsersLogDTO type exposes the following members.

Constructors
  NameDescription
Public methodUsersLogDTO
Initializes a new instance of the UsersLogDTO class
Top
Properties
  NameDescription
Public propertyclientInformation
Gets or sets the client information.
Public propertyclientIpAddress
Gets or sets the client ip address.
Public propertyid
Gets or sets the id.
Public propertystatusId
Gets or sets the status id.
Public propertytimestamp
Gets or sets the timestamp.
Public propertyuserId
Gets or sets the user id.
Top
See Also