C# Class Cocktail.Tests.Helpers.TestPlatformProvider

Inheritance: IPlatformProvider
Afficher le fichier Open project: IdeaBlade/Punch

Méthodes publiques

Méthode Description
BeginOnUIThread ( System action ) : void
ExecuteOnFirstLoad ( object view, System handler ) : void
ExecuteOnLayoutUpdated ( object view, System handler ) : void
GetFirstNonGeneratedView ( object view ) : object
GetViewCloseAction ( object viewModel, System views, bool dialogResult ) : System.Action
OnUIThread ( System action ) : void
OnUIThreadAsync ( System action ) : System.Threading.Tasks.Task

Method Details

BeginOnUIThread() public méthode

public BeginOnUIThread ( System action ) : void
action System
Résultat void

ExecuteOnFirstLoad() public méthode

public ExecuteOnFirstLoad ( object view, System handler ) : void
view object
handler System
Résultat void

ExecuteOnLayoutUpdated() public méthode

public ExecuteOnLayoutUpdated ( object view, System handler ) : void
view object
handler System
Résultat void

GetFirstNonGeneratedView() public méthode

public GetFirstNonGeneratedView ( object view ) : object
view object
Résultat object

GetViewCloseAction() public méthode

public GetViewCloseAction ( object viewModel, System views, bool dialogResult ) : System.Action
viewModel object
views System
dialogResult bool
Résultat System.Action

OnUIThread() public méthode

public OnUIThread ( System action ) : void
action System
Résultat void

OnUIThreadAsync() public méthode

public OnUIThreadAsync ( System action ) : System.Threading.Tasks.Task
action System
Résultat System.Threading.Tasks.Task