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

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

공개 메소드들

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

메소드 상세

clear() 공개 메소드

public clear ( ) : void
리턴 void

get() 공개 메소드

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

loadByConfig() 공개 메소드

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

loadByJson() 공개 메소드

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

total() 공개 메소드

public total ( ) : int
리턴 int