C# Class MALClient.XShared.ViewModels.Main.MalArticlesViewModel

Inheritance: ViewModelBase
显示文件 Open project: Mordonus/MALClient

Public Properties

Property Type Description
CurrentNews int
PrevWorkMode ArticlePageWorkMode?

Public Methods

Method Description
Init ( MalArticlesPageNavigationArgs args, bool force = false ) : void

Private Methods

Method Description
LoadArticle ( MalNewsUnitModel data ) : void

Method Details

Init() public method

public Init ( MalArticlesPageNavigationArgs args, bool force = false ) : void
args MalArticlesPageNavigationArgs
force bool
return void

Property Details

CurrentNews public_oe property

public int CurrentNews
return int

PrevWorkMode public_oe property

public ArticlePageWorkMode? PrevWorkMode
return ArticlePageWorkMode?