Class NewsletterEventFilter
Represents a filter used to retrieve newsletter events from the event store.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterEventFilter
Properties
Count
Gets or sets the number of newsletter events to retrieve per page.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
DateEnd
Gets or sets the end date of the date range to filter newsletter events by.
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DateStart
Gets or sets the start date of the date range to filter newsletter events by.
Declaration
public DateTimeOffset? DateStart { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Description
Gets or sets the description of the newsletter event.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Gets or sets the email address associated with the newsletter event.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
EventType
Gets or sets the event type of the newsletter event.
Declaration
public NewsletterEventType? EventType { get; set; }
Property Value
Type | Description |
---|---|
NewsletterEventType? |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IsPaging
Gets or sets a value indicating whether paging is enabled.
Declaration
public bool IsPaging { get; set; }
Property Value
Type | Description |
---|---|
bool |
PagingIndex
Gets or sets the paging index to retrieve newsletter events from.
Declaration
public int PagingIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
RowIdMaster
Gets or sets the row identifier associated with the newsletter event.
Declaration
public string RowIdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |