Click or drag to resize

UserSubscriptionDTO Class

OFV Kjøretøydata service

Subscription that user has been granted access to.

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

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

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

The UserSubscriptionDTO type exposes the following members.

Constructors
  NameDescription
Public methodUserSubscriptionDTO
Initializes a new instance of the UserSubscriptionDTO class
Top
Properties
  NameDescription
Public propertydescription
Gets or sets the description.
Public propertydomain
Gets or sets the domain.
Public propertymodules
Gets or sets the modules.
Public propertyvehicleGroups
Gets or sets the vehicle groups.
Top
See Also