Click or drag to resize

UserModuleDTO Class

OFV Kjøretøydata service

Module that user has been granted access to.

- this object will be available after login if access to a given module is granted.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.Login.ModulesUserModuleDTO

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

The UserModuleDTO type exposes the following members.

Constructors
  NameDescription
Public methodUserModuleDTO
Initializes a new instance of the UserModuleDTO class
Top
Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Public propertywsId
Gets or sets the ws id.
Top
See Also