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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ProductSdViewModel ( String url ) : System
clear ( ) : void
count ( ) : int
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void

Méthodes protégées

Méthode Description
loadByJsonData ( SdNode config, String json ) : void

Method Details

ProductSdViewModel() public méthode

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

clear() public méthode

public clear ( ) : void
Résultat void

count() public méthode

public count ( ) : int
Résultat int

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

loadByJsonData() protected méthode

protected loadByJsonData ( SdNode config, String json ) : void
config org.noear.sited.SdNode
json String
Résultat void

Property Details

bookUrl public_oe property

public String bookUrl
Résultat String