C# Class PlayStation_Gui.ViewModels.FriendViewModel

Inheritance: Template10.Mvvm.ViewModelBase
Afficher le fichier Open project: drasticactions/Pureisuteshon-App

Méthodes publiques

Méthode Description
FriendViewModel ( ) : System
SelectFriend ( object sender, ItemClickEventArgs e ) : void
SetFriendsList ( string userName, bool onlineFilter, bool blockedPlayer, bool recentlyPlayed, bool personalDetailSharing, bool friendStatus, bool requesting, bool requested ) : void
SetRecentActivityFeed ( string userName ) : void
SetTrophyList ( string userName ) : void
SetUser ( string userName ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
ParseLanguageVariable ( string language ) : string

Method Details

FriendViewModel() public méthode

public FriendViewModel ( ) : System
Résultat System

SelectFriend() public méthode

public SelectFriend ( object sender, ItemClickEventArgs e ) : void
sender object
e Windows.UI.Xaml.Controls.ItemClickEventArgs
Résultat void

SetFriendsList() public méthode

public SetFriendsList ( string userName, bool onlineFilter, bool blockedPlayer, bool recentlyPlayed, bool personalDetailSharing, bool friendStatus, bool requesting, bool requested ) : void
userName string
onlineFilter bool
blockedPlayer bool
recentlyPlayed bool
personalDetailSharing bool
friendStatus bool
requesting bool
requested bool
Résultat void

SetRecentActivityFeed() public méthode

public SetRecentActivityFeed ( string userName ) : void
userName string
Résultat void

SetTrophyList() public méthode

public SetTrophyList ( string userName ) : void
userName string
Résultat void

SetUser() public méthode

public SetUser ( string userName ) : System.Threading.Tasks.Task
userName string
Résultat System.Threading.Tasks.Task