C# Класс Microsoft.Protocols.TestSuites.MS_OXWSMSG.TestSuiteHelper

A class contains all helper methods used in test cases.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetInfoItemsInResponse ( BaseResponseMessageType response ) : Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType[]

Get message related Item elements of ItemInfoResponseMessageType type in a response message returned from server.

GetItemTypeItemFromInfoItemsByIndex ( ItemInfoResponseMessageType infoItems, ushort indexOfInfoItem, ushort indexOfItemTypeItem ) : ItemType

Get the responseMessageItem of type ItemType in the message array returned in the server response by the specified index.

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

GetInfoItemsInResponse() публичный статический Метод

Get message related Item elements of ItemInfoResponseMessageType type in a response message returned from server.
public static GetInfoItemsInResponse ( BaseResponseMessageType response ) : Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType[]
response Microsoft.Protocols.TestSuites.Common.BaseResponseMessageType A response message returned by an operation: GetItem, CopyItem, CreateItem, MoveItem, or UpdateItem.
Результат Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType[]

GetItemTypeItemFromInfoItemsByIndex() публичный статический Метод

Get the responseMessageItem of type ItemType in the message array returned in the server response by the specified index.
public static GetItemTypeItemFromInfoItemsByIndex ( ItemInfoResponseMessageType infoItems, ushort indexOfInfoItem, ushort indexOfItemTypeItem ) : ItemType
infoItems Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType The related Item elements of ItemInfoResponseMessageType type in a response message returned from server.
indexOfInfoItem ushort The index of the responseMessageItem in infoItems to retrieve.
indexOfItemTypeItem ushort The index of the responseMessageItem of ItemType to retrieve.
Результат Microsoft.Protocols.TestSuites.Common.ItemType