C# Class Nagru___Manga_Organizer.Main.csEntry

Inheritance: ISerializable
Afficher le fichier Open project: Nagru/Manga-Organizer Class Usage Examples

Méthodes publiques

Свойство Type Description
Artist string
MangaRead bool
PageCount ushort
PageReadCount int
PostedDate System.DateTime
Rating byte

Méthodes publiques

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

Private Methods

Méthode Description
SetPageCountFromFile ( string _Path ) : void

Returns the number of images at the chosen path

Method Details

csEntry() public méthode

Combines existing manga details with auto-selected gallery metadata
public csEntry ( int iMangaID ) : System
iMangaID int The PK of the manga to update
Résultat System

csEntry() public méthode

Populates manga details from a filepath
public csEntry ( string _Path ) : System
_Path string The path of the manga
Résultat System

Property Details

Artist public_oe property

public string Artist
Résultat string

MangaRead public_oe property

public bool MangaRead
Résultat bool

PageCount public_oe property

public ushort PageCount
Résultat ushort

PageReadCount public_oe property

public int PageReadCount
Résultat int

PostedDate public_oe property

public DateTime,System PostedDate
Résultat System.DateTime

Rating public_oe property

public byte Rating
Résultat byte