Show / Hide Table of Contents

    Class GetUpgradesForCurrencyTypeGoalData

    Contains the IGoalData for GetUpgradesForCurrencyTypeGoal

    Inheritance
    Object
    GoalData
    GetUpgradesForCurrencyTypeGoalData
    Implements
    IGoalData
    IActivatableData
    IEntityData
    ISavedDataProvider
    IData
    Inherited Members
    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 GetUpgradesForCurrencyTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData

    Constructors

    GetUpgradesForCurrencyTypeGoalData()

    Declaration
    public GetUpgradesForCurrencyTypeGoalData()

    GetUpgradesForCurrencyTypeGoalData(String, String, String, Int32)

    Declaration
    public GetUpgradesForCurrencyTypeGoalData(string id, string rewardId, string currencyId, int targetAmount)
    Parameters
    Type Name Description
    String id
    String rewardId
    String currencyId
    Int32 targetAmount

    Fields

    _currencyId

    Declaration
    protected string _currencyId
    Field Value
    Type Description
    String

    Properties

    CurrencyId

    Declaration
    public virtual string CurrencyId { get; }
    Property Value
    Type Description
    String

    Methods

    CreateEntity()

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

    Implements

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