C# 클래스 Nagru___Manga_Organizer.Main.csEntry

상속: ISerializable
파일 보기 프로젝트 열기: Nagru/Manga-Organizer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Artist string
MangaRead bool
PageCount ushort
PageReadCount int
PostedDate System.DateTime
Rating byte

공개 메소드들

메소드 설명
csEntry ( int iMangaID ) : System

Combines existing manga details with auto-selected gallery metadata

csEntry ( string _Path ) : System

Populates manga details from a filepath

비공개 메소드들

메소드 설명
SetPageCountFromFile ( string _Path ) : void

Returns the number of images at the chosen path

메소드 상세

csEntry() 공개 메소드

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

csEntry() 공개 메소드

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

프로퍼티 상세

Artist 공개적으로 프로퍼티

public string Artist
리턴 string

MangaRead 공개적으로 프로퍼티

public bool MangaRead
리턴 bool

PageCount 공개적으로 프로퍼티

public ushort PageCount
리턴 ushort

PageReadCount 공개적으로 프로퍼티

public int PageReadCount
리턴 int

PostedDate 공개적으로 프로퍼티

public DateTime,System PostedDate
리턴 System.DateTime

Rating 공개적으로 프로퍼티

public byte Rating
리턴 byte