C# Class ddcat.uwp.dao.engine.sdViewModel.PictureSdViewModel

Inheritance: ViewModelBase, ISdViewModel
Exibir arquivo Open project: noear/SiteD

Public Properties

Property Type Description
bgUrl String

Public Methods

Method Description
clear ( ) : void
get ( int index ) : PicModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

Protected Methods

Method Description
doAddItem ( PicModel pic, StateTag state ) : void
loadByJsonData ( SdNode config, String json, StateTag state ) : void
section ( ) : SectionModel

Method Details

clear() public method

public clear ( ) : void
return void

doAddItem() protected abstract method

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

get() public method

public get ( int index ) : PicModel
index int
return PicModel

loadByConfig() public method

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

loadByJson() public method

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

loadByJsonData() protected method

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

section() protected abstract method

protected abstract section ( ) : SectionModel
return SectionModel

total() public method

public total ( ) : int
return int

Property Details

bgUrl public_oe property

public String bgUrl
return String