C# 클래스 SfBot.ViewModels.Details.SessionScreenBase

상속: BusyScreen, ISessionScreen, ILoadableScreen
파일 보기 프로젝트 열기: ebeeb/SfSdk

보호된 프로퍼티들

프로퍼티 타입 설명
Account SfBot.Data.Account

공개 메소드들

메소드 설명
InitAccount ( Account account ) : void
Load ( ) : void
LoadAsync ( ) : System.Threading.Tasks.Task

메소드 상세

InitAccount() 공개 메소드

public InitAccount ( Account account ) : void
account SfBot.Data.Account
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

LoadAsync() 공개 추상적인 메소드

public abstract LoadAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

Account 보호되어 있는 프로퍼티

protected Account,SfBot.Data Account
리턴 SfBot.Data.Account