Class ChangelogManager
Inheritance
System.Object
ChangelogManager
Assembly: Content.Client.dll
Syntax
public sealed class ChangelogManager : object
Properties
|
Improve this Doc
View Source
LastReadId
Declaration
public int LastReadId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxId
Declaration
public int MaxId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NewChangelogEntries
Declaration
public bool NewChangelogEntries { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Initialize()
Declaration
|
Improve this Doc
View Source
LoadChangelog()
Declaration
public Task<List<ChangelogEntry>> LoadChangelog()
Returns
|
Improve this Doc
View Source
SaveNewReadId()
Ran when the user opens ("read") the changelog,
stores the new ID to disk and clears NewChangelogEntries.
Declaration
public void SaveNewReadId()
Events
|
Improve this Doc
View Source
NewChangelogEntriesChanged
Declaration
public event Action? NewChangelogEntriesChanged
Event Type
Type |
Description |
System.Nullable<Action> |
|