Class Book
Implements
Inherited Members
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public class Book : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasLookupInfo<BookInfo>, IHasSeries, IHasSeriesName
Properties
MediaType
Declaration
[IgnoreDataMember]
public override string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
SeriesName
Declaration
[IgnoreDataMember]
public string SeriesName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
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
Methods
CanDownload()
Declaration
public override bool CanDownload()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
FindSeriesId()
Declaration
public long FindSeriesId()
Returns
Type | Description |
---|---|
System.Int64 |
FindSeriesName()
Declaration
public string FindSeriesName()
Returns
Type | Description |
---|---|
System.String |
FindSeriesPresentationUniqueKey()
Declaration
public string FindSeriesPresentationUniqueKey()
Returns
Type | Description |
---|---|
System.String |
FindSeriesSortName()
Declaration
public string FindSeriesSortName()
Returns
Type | Description |
---|---|
System.String |
GetLookupInfo(LibraryOptions)
Declaration
public BookInfo GetLookupInfo(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
BookInfo |