C# Class WindowsPhoneTestFramework.Server.WCFHostedAutomationController.Interfaces.AutomationIdentifier

Show file Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Public Methods

Method Description
AutomationIdentifier ( ) : WindowsPhoneTestFramework.Server.Core
AutomationIdentifier ( string text, AutomationIdentification automationIdentification ) : WindowsPhoneTestFramework.Server.Core
Fill ( string text, AutomationIdentification automationIdentification ) : void

Method Details

AutomationIdentifier() public method

public AutomationIdentifier ( ) : WindowsPhoneTestFramework.Server.Core
return WindowsPhoneTestFramework.Server.Core

AutomationIdentifier() public method

public AutomationIdentifier ( string text, AutomationIdentification automationIdentification ) : WindowsPhoneTestFramework.Server.Core
text string
automationIdentification AutomationIdentification
return WindowsPhoneTestFramework.Server.Core

Fill() public method

public Fill ( string text, AutomationIdentification automationIdentification ) : void
text string
automationIdentification AutomationIdentification
return void