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

Inheritance: ViewModelBase, ISdViewModel
显示文件 Open project: noear/SiteD

Public Properties

Property Type Description
bookUrl String

Public Methods

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

Protected Methods

Method Description
loadByJsonData ( SdNode config, String json ) : void

Method Details

ProductSdViewModel() public method

public ProductSdViewModel ( String url ) : System
url String
return System

clear() public method

public clear ( ) : void
return void

count() public method

public count ( ) : int
return int

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 ) : void
config org.noear.sited.SdNode
json String
return void

Property Details

bookUrl public_oe property

public String bookUrl
return String