C# Class Nagru___Manga_Organizer.Main.csEntry

Inheritance: ISerializable
ファイルを表示 Open project: Nagru/Manga-Organizer Class Usage Examples

Public Properties

Property Type Description
Artist string
MangaRead bool
PageCount ushort
PageReadCount int
PostedDate System.DateTime
Rating byte

Public Methods

Method 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

Method Description
SetPageCountFromFile ( string _Path ) : void

Returns the number of images at the chosen path

Method Details

csEntry() public method

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

csEntry() public method

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

Property Details

Artist public_oe property

public string Artist
return string

MangaRead public_oe property

public bool MangaRead
return bool

PageCount public_oe property

public ushort PageCount
return ushort

PageReadCount public_oe property

public int PageReadCount
return int

PostedDate public_oe property

public DateTime,System PostedDate
return System.DateTime

Rating public_oe property

public byte Rating
return byte