Method | Description | |
---|---|---|
AddSource ( |
||
AddSource ( |
||
AddSource ( |
||
ArrangeDataProviders ( string languageCode ) : void | ||
AutoArrangeDataProviders ( ) : void | ||
ChangePriority ( DBSourceInfo source, DataType type, bool raise ) : void | ||
Get ( |
||
GetArtwork ( |
||
GetAvailableLanguages ( ) : HashSet |
||
GetBackdrop ( |
||
GetInstance ( ) : |
||
GetList ( DataType type ) : ReadOnlyCollection |
||
Initialize ( ) : void | ||
LoadInternalProviders ( ) : void | ||
RemoveSource ( DBSourceInfo source ) : void | ||
SetDisabled ( DBSourceInfo source, DataType type, bool disable ) : void | ||
Update ( |
Method | Description | |
---|---|---|
DataProviderManager ( ) : System | ||
getEditableList ( DataType type ) : List |
||
loadProvidersFromDatabase ( ) : void | ||
normalizePriorities ( ) : void | ||
updateListsWith ( DBSourceInfo newSource ) : void |
public AddSource ( |
||
providerType | ||
return | AddSourceResult |
public AddSource ( |
||
providerType | ||
scriptContents | string | |
return | AddSourceResult |
public AddSource ( |
||
providerType | ||
scriptContents | string | |
active | bool | |
return | AddSourceResult |
public ArrangeDataProviders ( string languageCode ) : void | ||
languageCode | string | |
return | void |
public ChangePriority ( DBSourceInfo source, DataType type, bool raise ) : void | ||
source | DBSourceInfo | |
type | DataType | |
raise | bool | |
return | void |
public Get ( |
||
movieSignature | ||
return | List |
public GetArtwork ( |
||
movie | ||
return | bool |
public GetBackdrop ( |
||
movie | ||
return | bool |
public static GetInstance ( ) : |
||
return |
public GetList ( DataType type ) : ReadOnlyCollection |
||
type | DataType | |
return | ReadOnlyCollection |
public RemoveSource ( DBSourceInfo source ) : void | ||
source | DBSourceInfo | |
return | void |
public SetDisabled ( DBSourceInfo source, DataType type, bool disable ) : void | ||
source | DBSourceInfo | |
type | DataType | |
disable | bool | |
return | void |
public Update ( |
||
movie | ||
return | void |