Show / Hide Table of Contents

    Class CollectUpgradeableCurrencyTypeGoalData

    Contains the IGoalData associated with CollectUpgradeableCurrencyTypeGoal

    Inheritance
    Object
    GoalData
    CollectCurrencyTypeGoalData
    CollectUpgradeableCurrencyTypeGoalData
    Implements
    IGoalData
    IActivatableData
    IEntityData
    ISavedDataProvider
    IData
    Inherited Members
    CollectCurrencyTypeGoalData._currencyId
    GoalData._id
    GoalData.Id
    GoalData._amount
    GoalData.Amount
    GoalData._rewardId
    GoalData.RewardId
    GoalData.CreateSavedData()
    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 CollectUpgradeableCurrencyTypeGoalData : CollectCurrencyTypeGoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData

    Constructors

    CollectUpgradeableCurrencyTypeGoalData()

    Declaration
    public CollectUpgradeableCurrencyTypeGoalData()

    CollectUpgradeableCurrencyTypeGoalData(String, String, String, Double, Boolean)

    Declaration
    public CollectUpgradeableCurrencyTypeGoalData(string id, string rewardId, string upgradeableCurrencyId, double targetAmount, bool any)
    Parameters
    Type Name Description
    String id
    String rewardId
    String upgradeableCurrencyId
    Double targetAmount
    Boolean any

    Fields

    _any

    Declaration
    protected bool _any
    Field Value
    Type Description
    Boolean

    _upgradeableCurrencyId

    Declaration
    protected string _upgradeableCurrencyId
    Field Value
    Type Description
    String

    Properties

    Any

    Declaration
    public virtual bool Any { get; }
    Property Value
    Type Description
    Boolean

    CurrencyId

    Declaration
    public override string CurrencyId { get; }
    Property Value
    Type Description
    String
    Overrides
    CollectCurrencyTypeGoalData.CurrencyId

    Methods

    CreateEntity()

    Declaration
    public override IEntity CreateEntity()
    Returns
    Type Description
    IEntity
    Overrides
    CollectCurrencyTypeGoalData.CreateEntity()

    Implements

    IGoalData
    IActivatableData
    IEntityData
    ISavedDataProvider
    IData
    Back to top Copyright © 2020 East Side Games Inc.