DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationProfileDocument

    Document representation of an automation profile for storage in Cosmos DB, with string properties for enum types.

    Inheritance
    object
    AutomationProfile
    AutomationProfileDocument
    Inherited Members
    AutomationProfile.Id
    AutomationProfile.Email
    AutomationProfile.PhoneNumber
    AutomationProfile.Culture
    AutomationProfile.Country
    AutomationProfile.Zone
    AutomationProfile.Source
    AutomationProfile.NewsletterSubscriptionDate
    AutomationProfile.Properties
    AutomationProfile.CreationDate
    AutomationProfile.ModificationDate
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Automation.AzureCosmosDB
    Assembly: DataWeb.Data.AzureCosmosDB.dll
    Syntax
    public class AutomationProfileDocument : AutomationProfile

    Properties

    Groups

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

    Interests

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

    NewsletterStatus

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

    NotificationAppStatus

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

    NotificationEmailStatus

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

    NotificationPhoneStatus

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

    Status

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