DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterCredits

    Represents the available and used newsletter credits.

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

    Properties

    AvailableCredits

    The number of available credits.

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

    BoosterPackCredits

    The number of booster pack credits.

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

    FlatCredits

    The number of flat credits.

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

    UsedCredits

    The number of used credits.

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