Class Game
Inherited Members
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class Game : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasLookupInfo<GameInfo>, IHasGameGenres
Properties
IsMedia
Declaration
[IgnoreDataMember]
public override bool IsMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
MediaType
Gets the type of the media.
Declaration
[IgnoreDataMember]
public override string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String | The type of the media. |
Overrides
SupportsEditingAlbum
Declaration
[IgnoreDataMember]
public override bool SupportsEditingAlbum { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsExternalTransfer
Declaration
[IgnoreDataMember]
public override bool SupportsExternalTransfer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsGenres
Declaration
[IgnoreDataMember]
public override bool SupportsGenres { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsLocalTrailers
Declaration
[IgnoreDataMember]
public override bool SupportsLocalTrailers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsPeople
Declaration
[IgnoreDataMember]
public override bool SupportsPeople { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsResetMetadata
Declaration
[IgnoreDataMember]
public override bool SupportsResetMetadata { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsStudios
Declaration
[IgnoreDataMember]
public override bool SupportsStudios { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsThemeMedia
Declaration
[IgnoreDataMember]
public override bool SupportsThemeMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CanDownload()
Declaration
public override bool CanDownload()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetLookupInfo(LibraryOptions)
Declaration
public GameInfo GetLookupInfo(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
GameInfo |
GetUserDataKeyInternal(IDataContext)
Declaration
protected override string GetUserDataKeyInternal(IDataContext dataContext)
Parameters
Type | Name | Description |
---|---|---|
IDataContext | dataContext |
Returns
Type | Description |
---|---|
System.String |