Show / Hide Table of Contents

    Class MilestoneCompletionInfo

    A MilestoneCompletionInfo contains the Id for a IMilestone and the timestamp it is complete. The timestamp can be in the future if it has been estimated or the actual timestamp when the IMilestone was achieved".

    Inheritance
    Object
    MilestoneCompletionInfo
    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 MilestoneCompletionInfo

    Constructors

    MilestoneCompletionInfo(String)

    Declaration
    public MilestoneCompletionInfo(string milestoneId)
    Parameters
    Type Name Description
    String milestoneId

    Fields

    _completed

    Declaration
    protected bool _completed
    Field Value
    Type Description
    Boolean

    _milestoneId

    Declaration
    protected string _milestoneId
    Field Value
    Type Description
    String

    _projectedCompletionTime

    Declaration
    protected long _projectedCompletionTime
    Field Value
    Type Description
    Int64

    Properties

    Completed

    Declaration
    public virtual bool Completed { get; set; }
    Property Value
    Type Description
    Boolean

    milestoneId

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

    ProjectedCompletionTime

    Declaration
    public virtual long ProjectedCompletionTime { get; set; }
    Property Value
    Type Description
    Int64
    Back to top Copyright © 2020 East Side Games Inc.