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

Inheritance: ViewModelBase, ISdViewModel
Datei anzeigen Open project: noear/SiteD

Public Methods

Method Description
clear ( ) : void
get ( int index ) : BookUpdateModel
loadByConfig ( SdNode c ) : void
loadByJson ( SdNode c ) : void
total ( ) : int

Method Details

clear() public method

public clear ( ) : void
return void

get() public method

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

loadByConfig() public method

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

loadByJson() public method

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

total() public method

public total ( ) : int
return int