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

Inheritance: ViewModelBase, ISdViewModel
Datei anzeigen Open project: noear/SiteD

Public Properties

Property Type Description
logo String
name String

Public Methods

Method Description
clear ( ) : void
get ( int index ) : MediaModel
loadByConfig ( SdNode config ) : void
loadByJson ( SdNode config ) : void
total ( ) : int

Method Details

clear() public method

public clear ( ) : void
return void

get() public method

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

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

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