Class UserSavedData.LastActivityTime
Inheritance
UserSavedData.LastActivityTime
Assembly: cs.temp.dll.dll
Syntax
protected class LastActivityTime
Constructors
LastActivityTime(String, Int64)
Declaration
public LastActivityTime(string contentId, long timestamp)
Parameters
Fields
_contentId
Declaration
protected string _contentId
Field Value
_timestamp
Declaration
protected long _timestamp
Field Value
Properties
ContentId
Declaration
public string ContentId { get; }
Property Value
Timestamp
Declaration
public long Timestamp { get; }
Property Value
Methods
SetTimestamp(Int64)
Declaration
public void SetTimestamp(long timestamp)
Parameters
Type |
Name |
Description |
Int64 |
timestamp |
|