Show / Hide Table of Contents

    Class CurrencyRewardData

    Inheritance
    Object
    CurrencyRewardData
    CurrencyUnlockRewardData
    Implements
    ICurrencyRewardData
    IRangeRewardData
    IRewardData
    IPayoutEntityData
    IEntityData
    IData
    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 CurrencyRewardData : ICurrencyRewardData, IRangeRewardData, IRewardData, IPayoutEntityData, IEntityData, IData

    Constructors

    CurrencyRewardData()

    Declaration
    public CurrencyRewardData()

    CurrencyRewardData(String, String, Double, Double)

    Declaration
    public CurrencyRewardData(string id, string currencyId, double min, double max)
    Parameters
    Type Name Description
    String id
    String currencyId
    Double min
    Double max

    Fields

    _currencyId

    Declaration
    protected string _currencyId
    Field Value
    Type Description
    String

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _max

    Declaration
    protected double _max
    Field Value
    Type Description
    Double

    _min

    Declaration
    protected double _min
    Field Value
    Type Description
    Double

    Properties

    CurrencyId

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

    Id

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

    Max

    Declaration
    public virtual double Max { get; }
    Property Value
    Type Description
    Double

    Min

    Declaration
    public virtual double Min { get; }
    Property Value
    Type Description
    Double

    Methods

    CreateEntity()

    Declaration
    public virtual IEntity CreateEntity()
    Returns
    Type Description
    IEntity

    Implements

    ICurrencyRewardData
    IRangeRewardData
    IRewardData
    IPayoutEntityData
    IEntityData
    IData
    Back to top Copyright © 2020 East Side Games Inc.