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

A class contains all helper methods used in test cases.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

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

Method Details

GetInfoItemsInResponse() public static method

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.
return Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType[]

GetItemTypeItemFromInfoItemsByIndex() public static method

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.
return Microsoft.Protocols.TestSuites.Common.ItemType