Show / Hide Table of Contents

Class NewsletterSummaryQueryResultItem

Inheritance
object
NewsletterSummaryQueryResultItem
Implements
IHasCreationTime
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Newsletters
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class NewsletterSummaryQueryResultItem : IHasCreationTime

Constructors

NewsletterSummaryQueryResultItem()

Declaration
public NewsletterSummaryQueryResultItem()

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

Implements

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