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

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

Public Properties

Property Type Description
logo String
name String
referer string

Public Methods

Method Description
TextSdViewModel ( string referer ) : System
clear ( ) : void
get ( int index ) : TxtModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

Protected Methods

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

Method Details

TextSdViewModel() public method

public TextSdViewModel ( string referer ) : System
referer string
return System

clear() public method

public clear ( ) : void
return void

get() public method

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

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

total() public method

public total ( ) : int
return int

Property Details

logo public_oe property

public String logo
return String

name public_oe property

public String name
return String

referer public_oe property

public string referer
return string