C# Class Microsoft.Protocols.TestSuites.MS_OXWSMSG.MS_OXWSSRCHAdapter

The adapter class implements the method defined in interface IMS_OXWSSRCHAdapter.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSSRCHAdapter
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
FindItem ( FindItemType findItemRequest ) : FindItemResponseType

Find item on the server.

Initialize ( TestTools testSite ) : void

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.

SwitchUser ( string userName, string password, string domain ) : void

Switch the current user to the new user, with the identity of the new role to communicate with server.

Method Details

FindItem() public méthode

Find item on the server.
public FindItem ( FindItemType findItemRequest ) : FindItemResponseType
findItemRequest Microsoft.Protocols.TestSuites.Common.FindItemType Find item operation request type.
Résultat FindItemResponseType

Initialize() public méthode

Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
public Initialize ( TestTools testSite ) : void
testSite TestTools Pass ITestSite to adapter, make adapter can use ITestSite's function.
Résultat void

SwitchUser() public méthode

Switch the current user to the new user, with the identity of the new role to communicate with server.
public SwitchUser ( string userName, string password, string domain ) : void
userName string The userName of the user used to communicate with server
password string The password of the user used to communicate with server
domain string The domain of the user used to communicate with server
Résultat void