Click or drag to resize

RoleDTO Class

OFV Kjøretøydata service

User is dedicated a role.

- this object will be available after login and indicates the users role.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.LoginRoleDTO

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

The RoleDTO type exposes the following members.

Constructors
  NameDescription
Public methodRoleDTO
Initializes a new instance of the RoleDTO class
Top
Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Top
See Also