Show / Hide Table of Contents

    Class CollectionPurchaseInfo

    A CollectionPurchaseInfo contains the Id for a IUpgradeableCurrency and the number of times it has been purchased in the IStoreUpgradeableCurrencyCollection. This info is used to calculate the ramping cost of the IUpgradeableCurrency while it is available for purchase.

    Inheritance
    Object
    CollectionPurchaseInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class CollectionPurchaseInfo

    Constructors

    CollectionPurchaseInfo(String)

    Declaration
    public CollectionPurchaseInfo(string upgradeableCurrencyId)
    Parameters
    Type Name Description
    String upgradeableCurrencyId

    Fields

    NumPurchased

    Declaration
    public int NumPurchased
    Field Value
    Type Description
    Int32

    UpgradeableCurrencyId

    Declaration
    public string UpgradeableCurrencyId
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.