C# Class SFBot.ViewModels.Details.CharacterDetailsViewModel

Inheritance: SfBot.ViewModels.Details.SessionScreenBase
Show file Open project: ebeeb/SfSdk Class Usage Examples

Public Methods

Method Description
CharacterDetailsViewModel ( IEventAggregator events ) : System
InitCharacterFunc ( Func getCharacterAsync ) : void
LoadAsync ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnActivate ( ) : void

Method Details

CharacterDetailsViewModel() public method

public CharacterDetailsViewModel ( IEventAggregator events ) : System
events IEventAggregator
return System

InitCharacterFunc() public method

public InitCharacterFunc ( Func getCharacterAsync ) : void
getCharacterAsync Func
return void

LoadAsync() public method

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

OnActivate() protected method

protected OnActivate ( ) : void
return void