C# Class Sport.Mobile.Shared.LeagueDetailsViewModel

Inheritance: LeagueViewModel
ファイルを表示 Open project: xamarin/Sport

Public Methods

Method Description
JoinLeague ( ) : Task
LeaveLeague ( ) : System.Threading.Tasks.Task
NotifyPropertiesChanged ( [ caller = "" ) : void
RefreshLeague ( bool force = false ) : System.Threading.Tasks.Task
SetOngoingChallenges ( ) : void

Method Details

JoinLeague() public method

public JoinLeague ( ) : Task
return Task

LeaveLeague() public method

public LeaveLeague ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

NotifyPropertiesChanged() public method

public NotifyPropertiesChanged ( [ caller = "" ) : void
caller [
return void

RefreshLeague() public method

public RefreshLeague ( bool force = false ) : System.Threading.Tasks.Task
force bool
return System.Threading.Tasks.Task

SetOngoingChallenges() public method

public SetOngoingChallenges ( ) : void
return void