Class ImportableGame
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class ImportableGame
- Inheritance
-
ImportableGame
- Inherited Members
Constructors
ImportableGame(string, string, string)
public ImportableGame(string name, string libraryId, string gameId)
Parameters
Properties
Actions
public List<GameAction>? Actions { get; set; }
Property Value
AgeRatings
public List<ImportableProperty>? AgeRatings { get; set; }
Property Value
Categories
public List<ImportableProperty>? Categories { get; set; }
Property Value
CommunityScore
public int CommunityScore { get; set; }
Property Value
CompletionStatus
public ImportableProperty? CompletionStatus { get; set; }
Property Value
CriticScore
public int CriticScore { get; set; }
Property Value
Description
public GameDescription? Description { get; set; }
Property Value
Developers
public List<ImportableProperty>? Developers { get; set; }
Property Value
EnableSystemHdr
public bool EnableSystemHdr { get; set; }
Property Value
ExternalIdentifiers
public List<ImportableExternalIdentifier>? ExternalIdentifiers { get; set; }
Property Value
Favorite
public bool Favorite { get; set; }
Property Value
Features
public List<ImportableProperty>? Features { get; set; }
Property Value
GameId
public string GameId { get; set; }
Property Value
Genres
public List<ImportableProperty>? Genres { get; set; }
Property Value
Hidden
public bool Hidden { get; set; }
Property Value
InstallDate
public DateTimeOffset? InstallDate { get; set; }
Property Value
InstallDirectory
public string? InstallDirectory { get; set; }
Property Value
InstallSize
public ulong InstallSize { get; set; }
Property Value
InstallState
public InstallState InstallState { get; set; }
Property Value
LastPlayedDate
public DateTimeOffset? LastPlayedDate { get; set; }
Property Value
LibraryId
public string LibraryId { get; set; }
Property Value
Links
public List<ImportableWebLink>? Links { get; set; }
Property Value
MediaFiles
public List<ImportableFile>? MediaFiles { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Notes
public GameNote? Notes { get; set; }
Property Value
ObtainedDate
public DateTimeOffset? ObtainedDate { get; set; }
Property Value
Platforms
public List<ImportableProperty>? Platforms { get; set; }
Property Value
PlayTime
public uint PlayTime { get; set; }
Property Value
Publishers
public List<ImportableProperty>? Publishers { get; set; }
Property Value
Regions
public List<ImportableProperty>? Regions { get; set; }
Property Value
ReleaseDate
public PartialDate? ReleaseDate { get; set; }
Property Value
Series
public List<ImportableProperty>? Series { get; set; }
Property Value
Sessions
public List<ImportableGameSession>? Sessions { get; set; }
Property Value
SortingName
public string? SortingName { get; set; }
Property Value
Source
public ImportableProperty? Source { get; set; }
Property Value
Tags
public List<ImportableProperty>? Tags { get; set; }
Property Value
UserScore
public int UserScore { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.