Show / Hide Table of Contents

    Class CurrencyData

    Inheritance
    Object
    CurrencyData
    UpgradeableCurrencyData
    Implements
    ICurrencyData
    ITaggedEntityData
    IPayoutEntityData
    IEntityData
    ISavedDataProvider
    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 CurrencyData : ICurrencyData, ITaggedEntityData, IPayoutEntityData, IEntityData, ISavedDataProvider, IData

    Constructors

    CurrencyData()

    Declaration
    public CurrencyData()

    CurrencyData(String, String, Double, Double, String[])

    Declaration
    public CurrencyData(string id, string rarityId, double exchangeValue, double rampingIncrement, string[] tagIds)
    Parameters
    Type Name Description
    String id
    String rarityId
    Double exchangeValue
    Double rampingIncrement
    String[] tagIds

    Fields

    _customExchangeValue

    Declaration
    protected double _customExchangeValue
    Field Value
    Type Description
    Double

    _customRampingIncrement

    Declaration
    protected double _customRampingIncrement
    Field Value
    Type Description
    Double

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _rarityId

    Declaration
    protected string _rarityId
    Field Value
    Type Description
    String

    _tagIds

    Declaration
    protected string[] _tagIds
    Field Value
    Type Description
    String[]

    Properties

    CustomExchangeValue

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

    CustomRampingIncrement

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

    Id

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

    RarityId

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

    TagIds

    Declaration
    public virtual string[] TagIds { get; }
    Property Value
    Type Description
    String[]

    Methods

    CreateEntity()

    Declaration
    public virtual IEntity CreateEntity()
    Returns
    Type Description
    IEntity

    CreateSavedData()

    Declaration
    public virtual ISavedData CreateSavedData()
    Returns
    Type Description
    ISavedData

    Implements

    ICurrencyData
    ITaggedEntityData
    IPayoutEntityData
    IEntityData
    ISavedDataProvider
    IData
    Back to top Copyright © 2020 East Side Games Inc.