Show / Hide Table of Contents

Class NewsletterRecordWithDetailsDto

Inheritance
object
NewsletterRecordWithDetailsDto
Implements
IHasCreationTime
Namespace: Volo.CmsKit.Admin.Newsletters
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class NewsletterRecordWithDetailsDto : ExtensibleEntityDto<Guid>, IHasCreationTime

Constructors

NewsletterRecordWithDetailsDto()

Declaration
public NewsletterRecordWithDetailsDto()

Properties

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

EmailAddress

Declaration
public string EmailAddress { get; set; }
Property Value
Type Description
string

Preferences

Declaration
public ICollection<NewsletterPreferenceDto> Preferences { get; set; }
Property Value
Type Description
ICollection<NewsletterPreferenceDto>

Implements

Volo.Abp.Auditing.IHasCreationTime
In this article
Back to top Powered by Volosoft