Свойство | Type | Description | |
---|---|---|---|
Artist | string | ||
MangaRead | bool | ||
PageCount | ushort | ||
PageReadCount | int | ||
PostedDate | System.DateTime | ||
Rating | byte |
Méthode | Description | |
---|---|---|
csEntry ( int iMangaID ) : System |
Combines existing manga details with auto-selected gallery metadata
|
|
csEntry ( string _Path ) : System |
Populates manga details from a filepath
|
Méthode | Description | |
---|---|---|
SetPageCountFromFile ( string _Path ) : void |
Returns the number of images at the chosen path
|
public csEntry ( int iMangaID ) : System | ||
iMangaID | int | The PK of the manga to update |
Résultat | System |
public csEntry ( string _Path ) : System | ||
_Path | string | The path of the manga |
Résultat | System |