Click or drag to resize

UserDTO Class

OFV Kjøretøydata service

User object.

Holds all information of the current user.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.LoginUserDTO

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

The UserDTO type exposes the following members.

Constructors
  NameDescription
Public methodUserDTO
Initializes a new instance of the UserDTO class
Top
Properties
  NameDescription
Public propertyactive
Gets or sets a value indicating whether this UserDTO is active.
Public propertyaddress
Gets or sets the address.
Public propertybirthDate
Gets or sets the birth date.
Public propertyclient
Gets or sets the client.
Public propertycomments
Gets or sets the comments.
Public propertycompany
Gets or sets the company.
Public propertyemail
Gets or sets the email.
Public propertyfirstName
Gets or sets the first name.
Public propertyidentityNo
Gets or sets the identity no.
Public propertyipAddress
Gets or sets the ip address.
Public propertylastLoginTime
Gets or sets the last login time.
Public propertylastName
Gets or sets the last name.
Public propertymiddleName
Gets or sets the name of the middle.
Public propertymodules
Gets or sets the modules.
Public propertyname
Gets the name of current user.

Name is on format Firstname Middlename Lastname.

(Overrides ObjectDTOname.)
Public propertynewPassword
Gets or sets the new password.
Public propertynews
Get or sets a list of newsletters.

Newsletters is initiated by administrator and will be shown user when logged in.

Public propertypassword
Gets or sets the password.
Public propertyphone
Gets or sets the phone.
Public propertyrole
Gets or sets the role.
Public propertysubscriptions
Gets or sets the subscriptions.
Public propertytoken
Gets or sets the token.
Public propertyusername
Gets or sets the username.
Top
Methods
See Also