DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTask.TaskExecutionSettings

    Represents the execution settings.

    Inheritance
    object
    AutomationTask.TaskExecutionSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Automation
    Assembly: DataWeb.Core.dll
    Syntax
    public class AutomationTask.TaskExecutionSettings

    Properties

    EmailLinkUrl

    Gets or sets the email link url.

    Declaration
    public List<AutomationTask.CultureItem> EmailLinkUrl { get; set; }
    Property Value
    Type Description
    List<AutomationTask.CultureItem>

    EmailSubject

    Gets or sets the email subject.

    Declaration
    public List<AutomationTask.CultureItem> EmailSubject { get; set; }
    Property Value
    Type Description
    List<AutomationTask.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<AutomationTask.CultureItem> EmailText { get; set; }
    Property Value
    Type Description
    List<AutomationTask.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<AutomationTask.EventParameter> GoalEventParameters { get; set; }
    Property Value
    Type Description
    List<AutomationTask.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<AutomationTask.CultureItem> MessageLinkUrl { get; set; }
    Property Value
    Type Description
    List<AutomationTask.CultureItem>

    MessageText

    Gets or sets the message text.

    Declaration
    public List<AutomationTask.CultureItem> MessageText { get; set; }
    Property Value
    Type Description
    List<AutomationTask.CultureItem>

    MessageTitle

    Gets or sets the message title.

    Declaration
    public List<AutomationTask.CultureItem> MessageTitle { get; set; }
    Property Value
    Type Description
    List<AutomationTask.CultureItem>

    MessageType

    Gets or sets the message type.

    Declaration
    public string MessageType { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX