Click or drag to resize

TermsDTO Class

OFV Kjøretøydata service

Terms and conditions for use of service

- this object will be available after login and only if user has not yet agreed in terms.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.CommonObjectDTO
    OfvService.DTO.LoginTermsDTO

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

The TermsDTO type exposes the following members.

Constructors
  NameDescription
Public methodTermsDTO
Initializes a new instance of the TermsDTO class
Top
Properties
  NameDescription
Public propertyaccepted
User has accepted terms and conditions
Public propertyservice
Servicename that terms and conditions is related to
Public propertytext
Terms and conditions as html-formated text
Top
See Also