Class GameSystem
Class GameSystem
Implements
Inherited Members
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class GameSystem : Folder, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasFolderGrouping, IHasLookupInfo<GameSystemInfo>, IHasGameGenres
Properties
DisplayPreferencesId
Return the id that should be used to key display prefs for this item. Default is based on the type for everything except actual generic folders.
Declaration
[IgnoreDataMember]
public override Guid DisplayPreferencesId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The display prefs id. |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsPeople
Declaration
[IgnoreDataMember]
public override bool SupportsPeople { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
GetLookupInfo(LibraryOptions)
Declaration
public GameSystemInfo GetLookupInfo(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
GameSystemInfo |