Show / Hide Table of Contents

    Class UserSavedData.LastActivityTime

    Inheritance
    Object
    UserSavedData.LastActivityTime
    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
    protected class LastActivityTime

    Constructors

    LastActivityTime(String, Int64)

    Declaration
    public LastActivityTime(string contentId, long timestamp)
    Parameters
    Type Name Description
    String contentId
    Int64 timestamp

    Fields

    _contentId

    Declaration
    protected string _contentId
    Field Value
    Type Description
    String

    _timestamp

    Declaration
    protected long _timestamp
    Field Value
    Type Description
    Int64

    Properties

    ContentId

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

    Timestamp

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

    Methods

    SetTimestamp(Int64)

    Declaration
    public void SetTimestamp(long timestamp)
    Parameters
    Type Name Description
    Int64 timestamp
    Back to top Copyright © 2020 East Side Games Inc.