NewsletterDTO Class |
Namespace: OfvService.DTO.Login.News
public class NewsletterDTO
The NewsletterDTO type exposes the following members.
| Name | Description | |
|---|---|---|
| NewsletterDTO | Initializes a new instance of the NewsletterDTO class |
| Name | Description | |
|---|---|---|
| activeFromDate |
The date from which newsletter must be showed to user
| |
| activeToDate |
The date to which newsletter must be showed to user
| |
| id |
Database id
| |
| message |
Message of newsletter
| |
| publishedBy |
The name of administrator who activated the newsletter
| |
| publishedDate |
The date when administrator activated the newsletter
|