Class AutomationProfileDocument
Document representation of an automation profile for storage in Cosmos DB, with string properties for enum types.
Inheritance
AutomationProfileDocument
Assembly: DataWeb.Data.AzureCosmosDB.dll
Syntax
public class AutomationProfileDocument : AutomationProfile
Properties
Groups
Declaration
public string Groups { get; set; }
Property Value
Interests
Declaration
public string Interests { get; set; }
Property Value
NewsletterStatus
Declaration
public string NewsletterStatus { get; set; }
Property Value
NotificationAppStatus
Declaration
public string NotificationAppStatus { get; set; }
Property Value
NotificationEmailStatus
Declaration
public string NotificationEmailStatus { get; set; }
Property Value
NotificationPhoneStatus
Declaration
public string NotificationPhoneStatus { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value