Class ProvisioningApp
Represents a provisioning application.
Inherited Members
Namespace: DataWeb.Provisioning
Assembly: DataWeb.Core.dll
Syntax
public class ProvisioningApp
Properties
AppName
Gets or sets the name of the provisioning application.
Declaration
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
string |
AppUrl
Gets or sets the URL of the provisioning application.
Declaration
public string AppUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
BoosterPackCredits
Gets or sets the number of booster pack credits for the provisioning application.
Declaration
public int BoosterPackCredits { get; set; }
Property Value
Type | Description |
---|---|
int |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
NewsletterFlatCredits
Gets or sets the number of newsletter flat credits for the provisioning application.
Declaration
public int NewsletterFlatCredits { get; set; }
Property Value
Type | Description |
---|---|
int |
SenderEmail
Gets or sets the email used to send newsletter.
Declaration
public string SenderEmail { get; set; }
Property Value
Type | Description |
---|---|
string |