DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ProvisioningApp

    Represents a provisioning application.

    Inheritance
    object
    ProvisioningApp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX