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
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Private Properties

Свойство Type Description
OnCancelClicked void
OnRunClicked void
OnTagButtonClicked void
OnTagTouched void
OnTimerTick void
OnTouchToEnterTextClick void
RunTests void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnComplete ( TagExpressionEventArgs e ) : void

Fires the Complete event.

Private Methods

Méthode 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 méthode

Initializes a new instance of the TagEditor type.
public MobileStartup ( ) : System
Résultat System

MobileStartup() public méthode

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

OnComplete() protected méthode

Fires the Complete event.
protected OnComplete ( TagExpressionEventArgs e ) : void
e TagExpressionEventArgs The event arguments.
Résultat void

StopTimer() public méthode

Stop the timer.
public StopTimer ( ) : void
Résultat void