C# 클래스 wenku8.Model.Loaders.ChapterLoader

파일 보기 프로젝트 열기: tgckpg/wenku10 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID string

공개 메소드들

메소드 설명
ChapterLoader ( Action CompleteHandler = null ) : System
ChapterLoader ( BookItem b, Action CompleteHandler ) : System
Load ( Chapter C, bool Cache = true ) : void
LoadAsync ( Chapter C, bool Cache = true ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
OnComplete ( Chapter C ) : void

메소드 상세

ChapterLoader() 공개 메소드

public ChapterLoader ( Action CompleteHandler = null ) : System
CompleteHandler Action
리턴 System

ChapterLoader() 공개 메소드

public ChapterLoader ( BookItem b, Action CompleteHandler ) : System
b BookItem
CompleteHandler Action
리턴 System

Load() 공개 메소드

public Load ( Chapter C, bool Cache = true ) : void
C Chapter
Cache bool
리턴 void

LoadAsync() 공개 메소드

public LoadAsync ( Chapter C, bool Cache = true ) : System.Threading.Tasks.Task
C Chapter
Cache bool
리턴 System.Threading.Tasks.Task

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static string ID
리턴 string