C# Class PlayStation_Gui.ViewModels.FriendViewModel

Inheritance: Template10.Mvvm.ViewModelBase
Mostra file Open project: drasticactions/Pureisuteshon-App

Public Methods

Method 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

Method Description
ParseLanguageVariable ( string language ) : string

Method Details

FriendViewModel() public method

public FriendViewModel ( ) : System
return System

SelectFriend() public method

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

SetFriendsList() public method

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
return void

SetRecentActivityFeed() public method

public SetRecentActivityFeed ( string userName ) : void
userName string
return void

SetTrophyList() public method

public SetTrophyList ( string userName ) : void
userName string
return void

SetUser() public method

public SetUser ( string userName ) : System.Threading.Tasks.Task
userName string
return System.Threading.Tasks.Task