Click or drag to resize

NewsletterDTO Class

OFV Kjøretøydata service

Newsletter object for sending news from Administration to users.
Inheritance Hierarchy
SystemObject
  OfvService.DTO.Login.NewsNewsletterDTO

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

The NewsletterDTO type exposes the following members.

Constructors
  NameDescription
Public methodNewsletterDTO
Initializes a new instance of the NewsletterDTO class
Top
Properties
  NameDescription
Public propertyactiveFromDate
The date from which newsletter must be showed to user
Public propertyactiveToDate
The date to which newsletter must be showed to user
Public propertyid
Database id
Public propertymessage
Message of newsletter
Public propertypublishedBy
The name of administrator who activated the newsletter
Public propertypublishedDate
The date when administrator activated the newsletter
Top
See Also