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

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

Public Methods

Method 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.

Method Details

FindItem() public method

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

Initialize() public method

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.
return void