DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlNewsletterSenderData.ProvisioningInfo

    Inheritance
    object
    ControlNewsletterSenderData.ProvisioningInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlNewsletterSenderData.ProvisioningInfo

    Properties

    AvailableCredits

    Declaration
    public int AvailableCredits { get; set; }
    Property Value
    Type Description
    int

    BoosterPackCredits

    Declaration
    public int BoosterPackCredits { get; set; }
    Property Value
    Type Description
    int

    FlatCredits

    Declaration
    public int FlatCredits { get; set; }
    Property Value
    Type Description
    int

    SenderEmail

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

    UsedCredits

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