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

Inheritance: ViewModelBase, ISdViewModel
Afficher le fichier Open project: noear/SiteD

Méthodes publiques

Свойство Type Description
bookUrl String
isSectionsAsc bool

Méthodes publiques

Méthode Description
BookSdViewModel ( String url ) : System
clear ( ) : void
get ( int idx ) : SectionModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

Méthodes protégées

Méthode Description
newSection ( ) : SectionModel
onAddItem ( SectionModel sec ) : void

Method Details

BookSdViewModel() public méthode

public BookSdViewModel ( String url ) : System
url String
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

get() public méthode

public get ( int idx ) : SectionModel
idx int
Résultat SectionModel

loadByConfig() public méthode

public loadByConfig ( SdNode config ) : void
config org.noear.sited.SdNode
Résultat void

loadByJson() public méthode

public loadByJson ( SdNode config ) : void
config org.noear.sited.SdNode
Résultat void

newSection() protected abstract méthode

protected abstract newSection ( ) : SectionModel
Résultat SectionModel

onAddItem() protected méthode

protected onAddItem ( SectionModel sec ) : void
sec SectionModel
Résultat void

total() public méthode

public total ( ) : int
Résultat int

Property Details

bookUrl public_oe property

public String bookUrl
Résultat String

isSectionsAsc public_oe property

public bool isSectionsAsc
Résultat bool