C# 클래스 PlayStation_Gui.ViewModels.FriendViewModel

상속: Template10.Mvvm.ViewModelBase
파일 보기 프로젝트 열기: drasticactions/Pureisuteshon-App

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ParseLanguageVariable ( string language ) : string

메소드 상세

FriendViewModel() 공개 메소드

public FriendViewModel ( ) : System
리턴 System

SelectFriend() 공개 메소드

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

SetFriendsList() 공개 메소드

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
리턴 void

SetRecentActivityFeed() 공개 메소드

public SetRecentActivityFeed ( string userName ) : void
userName string
리턴 void

SetTrophyList() 공개 메소드

public SetTrophyList ( string userName ) : void
userName string
리턴 void

SetUser() 공개 메소드

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