Click or drag to resize

SubscriptionAdminDTO Class

OFV Kjøretøydata service

Used to send to/from UserAdminService.

Always connected to UserAdminDTO - can not be used alone.

Inheritance Hierarchy
SystemObject
  OfvService.DTO.AdminSubscriptionAdminDTO

Namespace:  OfvService.DTO.Admin
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SubscriptionAdminDTO

The SubscriptionAdminDTO type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionAdminDTO
Initializes a new instance of the SubscriptionAdminDTO class
Top
Properties
  NameDescription
Public propertycomments
Comments for subscription that user is subscriped to.

System only used field at the moment.

Public propertydateFrom
Date from when subscription is valid for user.

Can be changed, but MUST follow calender

Public propertydateTo
Date to when subscription is valid for user.

Can be changed, but MUST follow calender

Public propertysubscriptionId
SubscriptionId that user is subscriped to.

System only used field at the moment.

Public propertysubscriptionName
SubscriptionId that user is subscriped to.

System only used field at the moment.

Public propertyvehicleGroup
Vehiclegroup that user is subscriped to.

101 = Personal car, 311 = Van, 600/610/620 = MC

Top
See Also