C# 클래스 ddcat.uwp.dao.engine.sdViewModel.BookSdViewModel

상속: ViewModelBase, ISdViewModel
파일 보기 프로젝트 열기: noear/SiteD

공개 프로퍼티들

프로퍼티 타입 설명
bookUrl String
isSectionsAsc bool

공개 메소드들

메소드 설명
BookSdViewModel ( String url ) : System
clear ( ) : void
get ( int idx ) : SectionModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

보호된 메소드들

메소드 설명
newSection ( ) : SectionModel
onAddItem ( SectionModel sec ) : void

메소드 상세

BookSdViewModel() 공개 메소드

public BookSdViewModel ( String url ) : System
url String
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

get() 공개 메소드

public get ( int idx ) : SectionModel
idx int
리턴 SectionModel

loadByConfig() 공개 메소드

public loadByConfig ( SdNode config ) : void
config org.noear.sited.SdNode
리턴 void

loadByJson() 공개 메소드

public loadByJson ( SdNode config ) : void
config org.noear.sited.SdNode
리턴 void

newSection() 보호된 추상적인 메소드

protected abstract newSection ( ) : SectionModel
리턴 SectionModel

onAddItem() 보호된 메소드

protected onAddItem ( SectionModel sec ) : void
sec SectionModel
리턴 void

total() 공개 메소드

public total ( ) : int
리턴 int

프로퍼티 상세

bookUrl 공개적으로 프로퍼티

public String bookUrl
리턴 String

isSectionsAsc 공개적으로 프로퍼티

public bool isSectionsAsc
리턴 bool