Свойство | Type | Description | |
---|---|---|---|
CheckLockFile | bool | ||
DeleteCache | void | ||
FromData | |||
GetMangas | afung.MangaWeb3.Server.Manga[] | ||
GetResizedDimensions | int[] | ||
GetSameFileName | afung.MangaWeb3.Server.Manga[] | ||
InnerRefreshContent | void | ||
Manga | System | ||
TryOutputFile | string | ||
UpdateTags | void |
Méthode | Description | |
---|---|---|
CacheLimit ( ) : void | ||
ChangePath ( string newPath, int newType ) : void | ||
CheckMangaPath ( string path ) : string | ||
CheckMangaType ( string path ) : int | ||
CreateNewManga ( |
||
Delete ( ) : void | ||
DeleteMangas ( |
||
DeleteMangasFromCollectionIds ( int cids ) : void | ||
DeleteMangasFromIds ( int ids ) : void | ||
GetAllMangas ( ) : afung.MangaWeb3.Server.Manga[] | ||
GetAllTags ( ) : string[] | ||
GetById ( int id ) : |
||
GetByPath ( string path ) : |
||
GetCover ( ) : string | ||
GetDimensions ( int page ) : int[] | ||
GetMangaList ( |
||
GetMangasWithFilter ( |
||
GetMetaJson ( ) : |
||
GetPage ( int page, int width, int height, int part ) : string | ||
GetTags ( ) : string[] | ||
IncreaseViewCount ( ) : void | ||
IsFileMissing ( ) : bool | ||
ProcessFile ( string content, int width, int height, int part, string outputPath, string lockPath ) : void | ||
RefreshContent ( ) : void | ||
RefreshMangasContent ( int ids ) : void | ||
Save ( ) : void | ||
ToJson ( ) : |
||
ToJsonArray ( |
||
ToListItemJsonArray ( |
||
ToMangaListItemJson ( ) : |
||
UpdateMeta ( |
Méthode | Description | |
---|---|---|
CheckLockFile ( string lockPath ) : bool | ||
DeleteCache ( ) : void | ||
FromData ( object>.Dictionary |
||
GetMangas ( string where ) : afung.MangaWeb3.Server.Manga[] | ||
GetResizedDimensions ( int page, int width, int height ) : int[] | ||
GetSameFileName ( int cid, string path ) : afung.MangaWeb3.Server.Manga[] | ||
InnerRefreshContent ( ) : void | ||
Manga ( ) : System | ||
TryOutputFile ( string content ) : string | ||
UpdateTags ( string tags ) : void |
public ChangePath ( string newPath, int newType ) : void | ||
newPath | string | |
newType | int | |
Résultat | void |
public static CheckMangaPath ( string path ) : string | ||
path | string | |
Résultat | string |
public static CheckMangaType ( string path ) : int | ||
path | string | |
Résultat | int |
public static CreateNewManga ( |
||
collection | ||
path | string | |
Résultat |
public static DeleteMangas ( |
||
mangas | ||
Résultat | void |
public static DeleteMangasFromCollectionIds ( int cids ) : void | ||
cids | int | |
Résultat | void |
public static DeleteMangasFromIds ( int ids ) : void | ||
ids | int | |
Résultat | void |
public static GetAllMangas ( ) : afung.MangaWeb3.Server.Manga[] | ||
Résultat | afung.MangaWeb3.Server.Manga[] |
public static GetByPath ( string path ) : |
||
path | string | |
Résultat |
public static GetMangaList ( |
||
ajax | ||
filter | ||
Résultat | afung.MangaWeb3.Server.Manga[] |
public static GetMangasWithFilter ( |
||
collection | ||
tag | string | |
author | string | |
type | int | |
Résultat | afung.MangaWeb3.Server.Manga[] |
public GetMetaJson ( ) : |
||
Résultat |
public GetPage ( int page, int width, int height, int part ) : string | ||
page | int | |
width | int | |
height | int | |
part | int | |
Résultat | string |
public ProcessFile ( string content, int width, int height, int part, string outputPath, string lockPath ) : void | ||
content | string | |
width | int | |
height | int | |
part | int | |
outputPath | string | |
lockPath | string | |
Résultat | void |
public static RefreshMangasContent ( int ids ) : void | ||
ids | int | |
Résultat | void |
public static ToJsonArray ( |
||
mangas | ||
Résultat | afung.MangaWeb3.Common.MangaJson[] |
public static ToListItemJsonArray ( |
||
mangas | ||
Résultat | afung.MangaWeb3.Common.MangaListItemJson[] |
public ToMangaListItemJson ( ) : |
||
Résultat |
public UpdateMeta ( |
||
obj | ||
Résultat | void |