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

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

공개 프로퍼티들

프로퍼티 타입 설명
bgUrl String

공개 메소드들

메소드 설명
clear ( ) : void
get ( int index ) : PicModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

보호된 메소드들

메소드 설명
doAddItem ( PicModel pic, StateTag state ) : void
loadByJsonData ( SdNode config, String json, StateTag state ) : void
section ( ) : SectionModel

메소드 상세

clear() 공개 메소드

public clear ( ) : void
리턴 void

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

protected abstract doAddItem ( PicModel pic, StateTag state ) : void
pic PicModel
state StateTag
리턴 void

get() 공개 메소드

public get ( int index ) : PicModel
index int
리턴 PicModel

loadByConfig() 공개 메소드

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

loadByJson() 공개 메소드

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

loadByJsonData() 보호된 메소드

protected loadByJsonData ( SdNode config, String json, StateTag state ) : void
config org.noear.sited.SdNode
json String
state StateTag
리턴 void

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

protected abstract section ( ) : SectionModel
리턴 SectionModel

total() 공개 메소드

public total ( ) : int
리턴 int

프로퍼티 상세

bgUrl 공개적으로 프로퍼티

public String bgUrl
리턴 String