Show / Hide Table of Contents

    Class PayoutProjection

    Inheritance
    Object
    PayoutProjection
    Implements
    IPayoutProjection
    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 PayoutProjection : IPayoutProjection

    Constructors

    PayoutProjection(Int64, CurrencyAmount[])

    Declaration
    public PayoutProjection(long timeExpired, CurrencyAmount[] payoutRates)
    Parameters
    Type Name Description
    Int64 timeExpired
    CurrencyAmount[] payoutRates

    Fields

    _payoutRates

    Declaration
    protected CurrencyAmount[] _payoutRates
    Field Value
    Type Description
    CurrencyAmount[]

    _timeExpired

    Declaration
    protected long _timeExpired
    Field Value
    Type Description
    Int64

    Properties

    PayoutRates

    Declaration
    public virtual CurrencyAmount[] PayoutRates { get; }
    Property Value
    Type Description
    CurrencyAmount[]

    TimeExpired

    Declaration
    public virtual long TimeExpired { get; }
    Property Value
    Type Description
    Int64

    Methods

    GetPayoutRate(String)

    Declaration
    public virtual double GetPayoutRate(string currencyId)
    Parameters
    Type Name Description
    String currencyId
    Returns
    Type Description
    Double

    HasPayoutRate(String)

    Declaration
    public virtual bool HasPayoutRate(string currencyId)
    Parameters
    Type Name Description
    String currencyId
    Returns
    Type Description
    Boolean

    Implements

    IPayoutProjection
    Back to top Copyright © 2020 East Side Games Inc.