Class AutomationProfileFilter
Represents a filter used to retrieve automation profiles.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationProfileFilter
Properties
Count
Gets or sets the maximum number of automation profiles to retrieve.
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Gets or sets the email in the automation profiles to retrieve.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the unique identifier in the automation profiles to retrieve.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDeletedIncluded
Gets all the profiles, deleted included.
Declaration
public bool IsDeletedIncluded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ModificationEndDate
Gets or sets the end modification date and time of the automation profile.
Declaration
public DateTimeOffset? ModificationEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ModificationStartDate
Gets or sets the start modification date and time of the automation profile.
Declaration
public DateTimeOffset? ModificationStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
NewsletterStatus
The newsletter status of the automation profile.
Declaration
public AutomationProfileNotificationStatus? NewsletterStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfileNotificationStatus? |
NewsletterSubscriptionEndDate
Gets or sets the end newsletter subscription date and time of the automation profile.
Declaration
public DateTimeOffset? NewsletterSubscriptionEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
NewsletterSubscriptionStartDate
Gets or sets the start newsletter subscription date and time of the automation profile.
Declaration
public DateTimeOffset? NewsletterSubscriptionStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
NotificationAppStatus
The app notification status of the automation profile.
Declaration
public AutomationProfileNotificationStatus? NotificationAppStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfileNotificationStatus? |
NotificationEmailStatus
The email notification status of the automation profile.
Declaration
public AutomationProfileNotificationStatus? NotificationEmailStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfileNotificationStatus? |
NotificationPhoneStatus
The phone notification status of the automation profile.
Declaration
public AutomationProfileNotificationStatus? NotificationPhoneStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfileNotificationStatus? |
OrderFields
Gets or sets the order fields.
Declaration
public string[] OrderFields { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Status
The status of the automation profile.
Declaration
public AutomationProfileStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationProfileStatus? |