C# Class SfBot.ViewModels.Details.SessionScreenBase

Inheritance: BusyScreen, ISessionScreen, ILoadableScreen
Mostrar archivo Open project: ebeeb/SfSdk

Protected Properties

Property Type Description
Account SfBot.Data.Account

Public Methods

Method Description
InitAccount ( Account account ) : void
Load ( ) : void
LoadAsync ( ) : System.Threading.Tasks.Task

Method Details

InitAccount() public method

public InitAccount ( Account account ) : void
account SfBot.Data.Account
return void

Load() public method

public Load ( ) : void
return void

LoadAsync() public abstract method

public abstract LoadAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

Account protected_oe property

protected Account,SfBot.Data Account
return SfBot.Data.Account