C# Class UnitTests.TestPicker

Inheritance: ISlideshowPickerViewer, IPlatformService
Exibir arquivo Open project: kevintavog/WatchThis.net

Public Methods

Method Description
AskQuestion ( string caption, string question ) : QuestionResponseType
ChooseFolder ( string message ) : string
GetValueFromUser ( string caption, string message, string defaultValue ) : string
InvokeOnUiThread ( System.Action action ) : void
RunSlideshow ( SlideshowModel model ) : void
ShowMessage ( string caption, string message ) : void

Private Methods

Method Description
TestPicker ( ) : System

Method Details

AskQuestion() public method

public AskQuestion ( string caption, string question ) : QuestionResponseType
caption string
question string
return QuestionResponseType

ChooseFolder() public method

public ChooseFolder ( string message ) : string
message string
return string

GetValueFromUser() public method

public GetValueFromUser ( string caption, string message, string defaultValue ) : string
caption string
message string
defaultValue string
return string

InvokeOnUiThread() public method

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
return void

RunSlideshow() public method

public RunSlideshow ( SlideshowModel model ) : void
model WatchThis.Models.SlideshowModel
return void

ShowMessage() public method

public ShowMessage ( string caption, string message ) : void
caption string
message string
return void