C# Class Microsoft.Silverlight.Testing.Client.MobileStartup

The TagEditor control provides a brief user interface allowing for the selection of a set of tests, used to filter the test run.
Inheritance: System.Windows.Controls.UserControl
Show file Open project: garyjohnson/wpnest Class Usage Examples

Private Properties

Property Type Description
OnCancelClicked void
OnRunClicked void
OnTagButtonClicked void
OnTagTouched void
OnTimerTick void
OnTouchToEnterTextClick void
RunTests void

Public Methods

Method Description
MobileStartup ( ) : System

Initializes a new instance of the TagEditor type.

MobileStartup ( string initialTagExpression ) : System

Initializes a new instance of the TagEditor type.

StopTimer ( ) : void

Stop the timer.

Protected Methods

Method Description
OnComplete ( TagExpressionEventArgs e ) : void

Fires the Complete event.

Private Methods

Method Description
OnCancelClicked ( object sender, RoutedEventArgs e ) : void

Cancels the selection of a tag expression.

OnRunClicked ( object sender, RoutedEventArgs e ) : void
OnTagButtonClicked ( object sender, RoutedEventArgs e ) : void
OnTagTouched ( object sender, RoutedEventArgs e ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Handle timer ticks.

OnTouchToEnterTextClick ( object sender, RoutedEventArgs e ) : void

Handle touch of the button to display the text box.

RunTests ( ) : void

Run the unit tests.

Method Details

MobileStartup() public method

Initializes a new instance of the TagEditor type.
public MobileStartup ( ) : System
return System

MobileStartup() public method

Initializes a new instance of the TagEditor type.
public MobileStartup ( string initialTagExpression ) : System
initialTagExpression string The tag expression to use.
return System

OnComplete() protected method

Fires the Complete event.
protected OnComplete ( TagExpressionEventArgs e ) : void
e TagExpressionEventArgs The event arguments.
return void

StopTimer() public method

Stop the timer.
public StopTimer ( ) : void
return void