Class CollectCurrencyTypeGoalData
Inheritance
CollectCurrencyTypeGoalData
Assembly: cs.temp.dll.dll
Syntax
public class CollectCurrencyTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
CollectCurrencyTypeGoalData()
Declaration
public CollectCurrencyTypeGoalData()
CollectCurrencyTypeGoalData(String, String, String, Double)
Declaration
public CollectCurrencyTypeGoalData(string id, string rewardId, string currencyId, double targetAmount)
Parameters
Fields
_currencyId
Declaration
protected string _currencyId
Field Value
Properties
CurrencyId
Declaration
public virtual string CurrencyId { get; }
Property Value
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
Overrides
Implements
IData