Show / Hide Table of Contents

Class NewsletterRecordCsvDto

Inheritance
object
NewsletterRecordCsvDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Admin.Newsletters
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class NewsletterRecordCsvDto

Constructors

NewsletterRecordCsvDto()

Declaration
public NewsletterRecordCsvDto()

Properties

EmailAddress

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

SecurityCode

Declaration
public string SecurityCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft