C# Класс Microsoft.Protocols.TestSuites.MS_OXWSFOLD.MS_OXWSCOREAdapter

The adapter class implements the method defined in interface IMS_OXWSCOREAdapter.
Наследование: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_OXWSCOREAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateItem ( CreateItemType createItemRequest ) : CreateItemResponseType

Creates item on the server.

DeleteItem ( DeleteItemType deleteItemRequest ) : DeleteItemResponseType

Delete item on the server.

GetItem ( GetItemType getItemRequest ) : GetItemResponseType

Get 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 userPassword, string userDomain ) : void

Switch the current user to the new one, with the identity of the new user to communicate with Exchange Web Service.

UpdateItem ( UpdateItemType updateItemRequest ) : UpdateItemResponseType

Update item on the server.

Описание методов

CreateItem() публичный Метод

Creates item on the server.
public CreateItem ( CreateItemType createItemRequest ) : CreateItemResponseType
createItemRequest Microsoft.Protocols.TestSuites.Common.CreateItemType Create item operation request type.
Результат CreateItemResponseType

DeleteItem() публичный Метод

Delete item on the server.
public DeleteItem ( DeleteItemType deleteItemRequest ) : DeleteItemResponseType
deleteItemRequest Microsoft.Protocols.TestSuites.Common.DeleteItemType Delete item operation request type.
Результат DeleteItemResponseType

GetItem() публичный Метод

Get item on the server.
public GetItem ( GetItemType getItemRequest ) : GetItemResponseType
getItemRequest Microsoft.Protocols.TestSuites.Common.GetItemType Get item operation request type.
Результат GetItemResponseType

Initialize() публичный Метод

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.
Результат void

SwitchUser() публичный Метод

Switch the current user to the new one, with the identity of the new user to communicate with Exchange Web Service.
public SwitchUser ( string userName, string userPassword, string userDomain ) : void
userName string The name of a user
userPassword string The password of a user
userDomain string The domain, in which a user is
Результат void

UpdateItem() публичный Метод

Update item on the server.
public UpdateItem ( UpdateItemType updateItemRequest ) : UpdateItemResponseType
updateItemRequest Microsoft.Protocols.TestSuites.Common.UpdateItemType Update item operation request type.
Результат UpdateItemResponseType