Class SpendCurrencyTypeGoalData
Inheritance
SpendCurrencyTypeGoalData
Assembly: cs.temp.dll.dll
Syntax
public class SpendCurrencyTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
SpendCurrencyTypeGoalData()
Declaration
public SpendCurrencyTypeGoalData()
SpendCurrencyTypeGoalData(String, String, String, Double)
Declaration
public SpendCurrencyTypeGoalData(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