Method | Description | |
---|---|---|
DbRepo ( string dp, ILogger logger, IJsonSerializer json = null ) : System | ||
DeleteOldData ( long dtl ) : void | ||
Dispose ( ) : void | ||
GetItems ( long dtl, int status, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : List |
||
GetUserInfos ( long dtl, string userId, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : List |
||
SetUserInfoSync ( List |
||
WriteLibrarySync ( List |
Method | Description | |
---|---|---|
Dispose ( bool dispose ) : void |
public DbRepo ( string dp, ILogger logger, IJsonSerializer json = null ) : System | ||
dp | string | |
logger | ILogger | |
json | IJsonSerializer | |
return | System |
public GetItems ( long dtl, int status, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : List |
||
dtl | long | |
status | int | |
movies | bool | |
tvshows | bool | |
music | bool | |
musicvideos | bool | |
boxsets | bool | |
return | List |
public GetUserInfos ( long dtl, string userId, bool movies, bool tvshows, bool music, bool musicvideos, bool boxsets ) : List |
||
dtl | long | |
userId | string | |
movies | bool | |
tvshows | bool | |
music | bool | |
musicvideos | bool | |
boxsets | bool | |
return | List |
public SetUserInfoSync ( List |
||
dtos | List |
|
itemRefs | List |
|
userName | string | |
userId | string | |
cancellationToken | ||
return | void |
public WriteLibrarySync ( List |
||
Items | List |
|
status | int | |
cancellationToken | ||
return | void |