Show / Hide Table of Contents

    Class StoreRewardData

    Inheritance
    Object
    StoreRewardData
    Implements
    IStoreRewardData
    IStoreEntityData
    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 StoreRewardData : IStoreRewardData, IStoreEntityData, IEntityData, IData

    Constructors

    StoreRewardData()

    Declaration
    public StoreRewardData()

    StoreRewardData(String, Double, String, String)

    Declaration
    public StoreRewardData(string id, double cost, string buyCurrencyId, string rewardId)
    Parameters
    Type Name Description
    String id
    Double cost
    String buyCurrencyId
    String rewardId

    Fields

    _buyCurrencyId

    Declaration
    protected string _buyCurrencyId
    Field Value
    Type Description
    String

    _cost

    Declaration
    protected double _cost
    Field Value
    Type Description
    Double

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _rewardId

    Declaration
    protected string _rewardId
    Field Value
    Type Description
    String

    Properties

    BuyCurrencyId

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

    Cost

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

    Id

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

    RewardId

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

    Methods

    CreateEntity()

    Declaration
    public virtual IEntity CreateEntity()
    Returns
    Type Description
    IEntity

    Implements

    IStoreRewardData
    IStoreEntityData
    IEntityData
    IData
    Back to top Copyright © 2020 East Side Games Inc.