Interface IHasProviderIds
Since BaseItem and DTOBaseItem both have ProviderIds, this interface helps avoid code repition by using extension methods
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public interface IHasProviderIds
Properties
ProviderIds
Gets or sets the provider ids.
Declaration
ProviderIdDictionary ProviderIds { get; set; }
Property Value
| Type | Description |
|---|---|
| ProviderIdDictionary | The provider ids. |