DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationProfile

    Represents an automation profile.

    Inheritance
    object
    AutomationProfile
    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 AutomationProfile

    Properties

    Country

    The country associated with the automation profile.

    Declaration
    public string Country { get; set; }
    Property Value
    Type Description
    string

    CreationDate

    Gets or sets the date and time when the automation profile was created.

    Declaration
    public DateTimeOffset? CreationDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    Culture

    The culture associated with the automation profile.

    Declaration
    public string Culture { get; set; }
    Property Value
    Type Description
    string

    Email

    Gets or sets the email of the related automation profile.

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string

    Groups

    The list of groups associated with the automation profile.

    Declaration
    public List<string> Groups { get; set; }
    Property Value
    Type Description
    List<string>

    Id

    Gets or sets the unique identifier.

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

    Interests

    The list of interests associated with the automation profile.

    Declaration
    public List<string> Interests { get; set; }
    Property Value
    Type Description
    List<string>

    ModificationDate

    Gets or sets the date and time when the automation profile was modified.

    Declaration
    public DateTimeOffset? ModificationDate { 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

    NewsletterSubscriptionDate

    The date the automation profile subscribed to the newsletter.

    Declaration
    public DateTimeOffset? NewsletterSubscriptionDate { 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

    PhoneNumber

    The phone number associated with the automation profile.

    Declaration
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    string

    Properties

    The additional properties of the automation profile.

    Declaration
    public Dictionary<string, object> Properties { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    Source

    The source of the automation profile.

    Declaration
    public string Source { 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

    Zone

    The time zone associated with the automation profile.

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