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

Inheritance: ViewModelBase
Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Свойство Type Description
PrevArgs MALClient.XShared.NavArgs.ProfilePageNavigationArgs
_favouriteCharacters List
_favouriteStaff List

Méthodes publiques

Méthode Description
LoadProfileData ( ProfilePageNavigationArgs args, bool force = false ) : void
ProfilePageViewModel ( ) : System

Private Methods

Méthode Description
NavigateCharacterWebPage ( AnimeCharacter character ) : void
NavigateDetails ( AnimeCharacter character ) : void
NavigatePersonWebPage ( AnimeStaffPerson person ) : void

Method Details

LoadProfileData() public méthode

public LoadProfileData ( ProfilePageNavigationArgs args, bool force = false ) : void
args MALClient.XShared.NavArgs.ProfilePageNavigationArgs
force bool
Résultat void

ProfilePageViewModel() public méthode

public ProfilePageViewModel ( ) : System
Résultat System

Property Details

PrevArgs public_oe property

public ProfilePageNavigationArgs,MALClient.XShared.NavArgs PrevArgs
Résultat MALClient.XShared.NavArgs.ProfilePageNavigationArgs

_favouriteCharacters public_oe property

public List _favouriteCharacters
Résultat List

_favouriteStaff public_oe property

public List _favouriteStaff
Résultat List