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

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

Méthodes publiques

Свойство Type Description
logo String
name String
referer string

Méthodes publiques

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

Méthodes protégées

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

Method Details

TextSdViewModel() public méthode

public TextSdViewModel ( string referer ) : System
referer string
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

get() public méthode

public get ( int index ) : TxtModel
index int
Résultat TxtModel

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

total() public méthode

public total ( ) : int
Résultat int

Property Details

logo public_oe property

public String logo
Résultat String

name public_oe property

public String name
Résultat String

referer public_oe property

public string referer
Résultat string