Class AutomationTaskData.TaskExecutionSettings
Represents the execution settings.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTaskData.TaskExecutionSettings
Properties
EmailLinkUrl
Gets or sets the email link url.
Declaration
public List<AutomationTaskData.CultureItem> EmailLinkUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
EmailSubject
Gets or sets the email subject.
Declaration
public List<AutomationTaskData.CultureItem> EmailSubject { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
EmailTemplate
Gets or sets the email template.
Declaration
public string EmailTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmailText
Gets or sets the email text.
Declaration
public List<AutomationTaskData.CultureItem> EmailText { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
GoalAttributionModel
Gets or sets the goal attribution model.
Declaration
public string GoalAttributionModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoalEventParameters
Gets or sets the list of goal event parameters.
Declaration
public List<AutomationTaskData.EventParameter> GoalEventParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.EventParameter> |
GoalEventType
Gets or sets the goal event type.
Declaration
public string GoalEventType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEmailNotification
Gets or sets a value indicating whether the email notification is enabled.
Declaration
public bool? IsEmailNotification { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsMessageNotification
Gets or sets a value indicating whether the message notification is enabled.
Declaration
public bool? IsMessageNotification { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MessageContext
Gets or sets the message context.
Declaration
public string MessageContext { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageLinkUrl
Gets or sets the message link url.
Declaration
public List<AutomationTaskData.CultureItem> MessageLinkUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
MessageText
Gets or sets the message text.
Declaration
public List<AutomationTaskData.CultureItem> MessageText { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
MessageTitle
Gets or sets the message title.
Declaration
public List<AutomationTaskData.CultureItem> MessageTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTaskData.CultureItem> |
MessageType
Gets or sets the message type.
Declaration
public string MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |